.layout {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-auto-rows: 25px;
  transition: all 0.3s ease-out;
  grid-template-areas: "subnav""content""trust""features""finder""ftabs""rps""about";
}

@media (max-width: 767px) {
  section.split {
    display: block;
    height: auto;
  }

  .hero {
    width: 100%;
  }

  .variant {
    width: 100%;
    padding: 1em 0;
    text-align: center;
  }
}

section.subnav {
  grid-area: subnav;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9999;
  top:56px;
  margin-top:-1px;
}

section.subnav .row {
  display: flex;
  align-items: start;
  justify-content: center;
}

.subnav .col {
  padding: 16px 8px;
  font-size: 1rem;
  border-right: 1px solid #d2d2d2;
}

section.subnav strong {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.subnav .col:last-child {
  border-right: none;
}

.subnav .shade a {
  border-right: none;
  background: #dff1ff;
}

.accordion {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.accordion .card {
    background: 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    border-top: none
}

.accordion .card:first-child {
    border-top: 1px solid #e5e5e5
}

.accordion .card:last-child {
    border-bottom: none
}

.accordion .card .card-header {
    background: #fff;
    border: none
}

.accordion .card .card-header:first-child {
    border-radius: 0
}
.accordion .btn-link {
  cursor:pointer;
}
.accordion .btn {
  white-space: normal;
  text-align: left;
}
.accordion .btn-link:before {
    content: "\203A";
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 100;
    margin-left: -15px
}

.accordion .btn-link.collapsed:before {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion .btn-link:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

/*
.subnav ul li:nth-child(7) a {
  border-right: none;
  background: #007bff;
  color: #fff;
}

#hardtop .subnav ul li:nth-child(6) a {
  border-right: none;
  background: #fff;
}
#hardtop .subnav ul li:nth-child(7) a {
  border-right: none;
  background: #fff;
  color:#007bff;
}
#hardtop .subnav ul li:nth-child(7).active a {
  border-bottom: 3px solid #007bff;
  background: #f5f5f5; 
}
#hardtop .subnav ul li:nth-child(8) a {
  border-right: none;
  background: #007bff;
  color: #fff;
}*/
.subnav .highlight a {
  border-right: none;
  background: #007bff;
  color: #fff;
}
.subnav .lowlight a {
  border-right: none;
  background: #dff1ff;
}

@media (min-width: 991px) {
  section.subnav {
    border-bottom: 3px solid #f5f5f5;
  }

  /*.submenu .active a {
    border-bottom: 3px solid #007bff;
    background: #f5f5f5;
  }*/
}

@media (max-width:767px) {
  .subnav .col {
    flex-basis: 100%;
  }
}

section.content {
  grid-area: content;
  display: grid;
  grid-row: 1;
  grid-row-start: auto;
  grid-gap: 20px;
  margin-top: 4em;
}
@media (min-width: 767px) {
  .lead .inner {
    border-top:5px solid #192433;
    padding-top:20px;
  }
}
@media (max-width: 767px) {
  .lead .inner {
    background: #fafafa;
    border:1px solid #192433;
    border-radius: 5px;
    padding:10px;
    margin: 20px 0;
  }
}

#ftabs {
  grid-area: ftabs;
  overflow: hidden;
}

@media(max-width: 991px) {
  #ftabs .tab-content .{(7)
    grid-column: span 12;
  }
}

section.finder {
  grid-area: finder;
  padding: 3em 0 0;
}
section#frame-details {
  grid-area: frame-details;
  padding: 3em 0 0;
}

section#screen-details{
  grid-area: screen-details;
  padding: 3em 0 0;
}

section#window-details {
  grid-area: window-details;
  padding: 3em 0 0;
}

section.features {
  grid-area: features;
  padding: 3em 0 2em;
}
@media (max-width: 767px) {
  .nav-section img {
    margin:20px auto;
  }
}
@media (min-width: 767px) {
  .nav-section:not(#overview) .grid-row:not(:first-child) {
    background: #f9f9f9;
    padding: 10px 0;
    margin: 20px 0 20px -10px;
    border-radius: 5px;
  }
  .nav-section img {
    background: #fff;
    border-radius:5px;
    width:95%;
  }
}
@media(max-width: 991px) {
  .features .container {
    max-width: 600px;
  }

  .features .{
    grid-column: span 12;
  }

  .section.features .img-fluid {
    margin-top: 50px;
  }
}
.img-border {
  border:1px solid #e5e5e5;
}
.rounded {
  border-radius: 5px;
}
.flexgrid {
  display: flex;
}
.flexgrid > * {
  flex:1;
  padding:0.5em;
}
.card-body {
  padding:0 0.5em 2em 1.25em;
}
h2.skew,
.skew {
  line-height: 1.3rem;
  font-size: 1.2rem;
  background: #192433;
  color: #fff;
  font-weight: 800;
  padding: 10px;
}
h2.skew.light,
.skew.light {
  background: #ccc;
  color:#999;
}

h2.skew.green {
  background: #39b54a;
}
h2.skew.blue {
  background: #007bff;
}
@media (min-width: 767px) {
  h2.skew.green {
    margin-left:-42px;
  }
  h2.skew.stretch {
    margin-right:-22px;
  }
}
@media (max-width: 767px) {
  .skew.light {
    display: none;
  }
}
h2.skew span,
.skew span {
  display: block;
  padding-left: 20px;
}

@media(min-width: 991px) {
  h2.skew,
  .skew {
    transform: skew(-25deg);
  }

  h2.skew span,
  .skew span {
    transform: skew(25deg);
  }
}

section.trust {
  grid-area: trust;
  display: grid;
  height: auto;
  margin: 7em 0 1em;
  position: relative;
  overflow: hidden;
}

.trust .content {
  position: relative;
  z-index: 999;
  color: #fff
}

.trusticon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: none;
  filter: brightness(0) invert(1);
}

.trust .left {
  position: relative;
  height: 100%;
  width: 100%;
  top:0;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: cover;

}

.trust .color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.6;
  background-color: #000;
}

section.trust .overlay {
  padding: 0 3em;
  background: rgba(0,0,0,0.8);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.trust .overlay .inner {
  width:50%;
  min-width:400px;
}
@media (min-width: 767px) {
  section.trust .overlay {
    transform: skew(-10deg);
    margin-right: -5em;
    border-left: 3px solid #fff;
    justify-content: flex-start;
  }
  section.trust .overlay .inner {
    transform: skew(10deg);
    width:50%;
    min-width:400px;
    padding-left:2em;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  section.trust .overlay .inner {
    width:65%;
  }
}
@media (max-width: 991px) {
  section.trust .overlay {
    padding:0;
  }
  section.trust .overlay .inner {
    min-width: 350px;
  }
}
section.trust .overlay:first-child {}

#trust-tab {
  position: relative;
  z-index: 99;
  background: #fff;
  border-bottom: 3px solid #e5e5e5;
  justify-content: space-around;
}

@media (min-width: 991px) {
  #trust-tab {
    justify-content: center;
  }
}

#trust-tab.nav-fill .nav-item {
  flex: 1;
}

#trust-tab .nav-link {
  font-size:0.9rem;
  line-height: 1.3;
  margin: 0.25em;
  border-bottom:none;
  border-top:3px solid #e5e5e5;
  font-weight: 400;
  padding:0.25em;
  letter-spacing:-1px;
}
#trust-tab .nav-link span {
  display: block;
  font-size:1.3em;
  font-weight: 700;
}
#trust-tab .nav-link.active {
  border-bottom: none;
  border-top: 3px solid #007bff;
  color: #000;
}

@media (min-width: 767px) and (max-width: 1099px ) {
  #trust-tab .nav-link {
    line-height: 1.3;
    margin: 0.5em;
    font-weight: 500;
    padding:0.5em;
  }
}
@media (min-width: 1100px) {
  #trust-tab .nav-link {
    font-size: 1rem;
    line-height: 1.3;
    margin: 1em;
    font-weight: 500;
    padding:1em;
    letter-space:0px;
  }
  #trust-tab .nav-link span {
    font-size:1.5em;
  }
}

#trust-tab .icon {
  display: none;
  width: 30px;
  margin: 10px auto;
  opacity: 0.5
}

@media(min-width: 767px) {
  #trust-tab .icon {
    display: block;
  }
}

#trust-tab .active .icon {
  opacity: 1;
}

.feature-tabs #trust-tab.nav li {
  margin-bottom: 0;
}

.nav-link.active span {
  color: #000;
}

.feature-tabs .nav-pills .nav-link span.step {
  display: block;
  background: #007bff;
  color: #fff !important;
  font-weight: 900;
  padding: 0.4rem 0;
  font-size: 1.4rem;
  border-radius: 3px;
  margin: 5px auto;
  line-height: 1rem;
  text-align: center;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .feature-tabs .nav-pills .nav-link span.step,
  .feature-tabs .nav-pills .nav-link span {
    font-size:0.9rem;
  }
}
.nav-link.active .step {
  background: #39b54a;
}
.image-tabs {
  max-width: 370px;
  margin:0 auto;
}
.image-tabs li {
  background: #f5f5f5;
  border-right:1px solid #fff;
}
.feature-tabs.process .nav-pills .nav-link.active,
.feature-tabs.process .nav-pills .show>.nav-link {
  border-bottom: 3px solid #39b54a;
  background: #fff;
  color: #39b54a;
}

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

.process-images img {
  max-width: 80px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  display: inline;
  border-radius: 50%;
}

.process-images img.active {
  max-width: 350px;
  display: block;
  margin-bottom: 10px;
  border: 5px solid #e5e5e5;
}

ul.list li {
  font-size: 0.95rem;
  line-height: 1.2rem;
  margin-bottom: 10px;
}

.mobile-tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 100%;
  transform: translateY(-50%);
  margin: 0px 0 0;
  text-align: center;
  font-size: 2rem;
  align-content: center;
  align-items: center;
}

.mobile-tabs a {
  border: 1px solid #192433;
  padding: 10px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
}
#trust-quality .btnPrevious {
  opacity:0;
  cursor:pointer;
  pointer-events: none;
}
#trust-testimonials .btnNext {
  opacity:0;
  cursor:pointer;
  pointer-events: none;
}
.trust {
  border-bottom: 1px solid #e5e5e5;
}

.trust h2 {
  font-weight: 300;
  font-size: 1.7rem;
  border-bottom: 1px solid #777;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.trust h2 span {
  font-weight: 600;
}

/* DIALOGUE */
.dialogue-bg {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  padding: 2em 0;
  margin: 2em 0;
}

.dialogue-bg:after,
.dialogue-bg:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dialogue-bg:after {
  border-color: rgba(246, 246, 246, 0);
  border-bottom-color: #f6f6f6;
  border-width: 20px;
  margin-left: -20px;
  margin-bottom: -1px;
}

.dialogue-bg:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 21px;
  margin-left: -21px;
}

.dialogue-bg-bottom {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
}

.dialogue-bg-bottom:after,
.dialogue-bg-bottom:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.dialogue-bg-bottom:after {
  border-color: rgba(246, 246, 246, 0);
  border-top-color: #f6f6f6;
  border-width: 20px;
  margin-left: -20px;
}

.dialogue-bg-bottom:before {
  border-color: rgba(229, 229, 229, 0);
  border-top-color: #e5e5e5;
  border-width: 21px;
  margin-left: -21px;
}

.dialogue-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  flex-basis: auto
}

.dialogue-item {
  text-align: center;
  padding: 25px;
  flex: 1;
  background: #fff;
  position: relative;
}

.dialogue-item h2 {
  margin-top: 20px;
  font-size: 1.3rem;
}

.dialogue-item h2 .light {
  font-weight: 300;
  font-size: 1.1rem;
}

.dialogue-item small {
  display: block;
}

.dialogue-item.selected {
  box-shadow: 0 0px 20px #e5e5e5;
  z-index: 999;
  border: 1px solid #e5e5e5;
}

@media (min-width: 991px) {
  .dialogue-item.selected {
    border-radius: 50%;
    padding: 50px 40px;
    margin-top: -50px;
  }
}

.dialogue-item.unselected .title {
  color: #999;
}

.dialogue-item.unselected img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.dialogue-item:hover .title {
  color: #39b54a;
}

.dialogue-item .icon {
  width: 75px;
  display: block;
  margin: 0 auto;
}

.dialogue-container .dialogue-item:hover {
  box-shadow: 0 0 20px #ccc !important;
  z-index: 999;
}

.dialogue-item .title {
  color: #242424;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.d-item-left {
  border: 1px solid #e5e5e5;
  border-right: none;
  border-radius: 5px 0 0 5px;
}

.d-item-center {
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.dialogue-item:nth-child(3) {
  border-left: none;
}

.d-item-right {
  border: 1px solid #e5e5e5;
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete-container .eac-item a {
  display: flex;
  align-items: center;
}

@media (max-width:991px) {
  .dialogue-item .title {
    font-size: 1rem;
  }

  .dialogue-item .title {
    font-size: 1rem;
  }

  .dialogue-item:nth-child(3) {
    border-top: none;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }

  .dialogue-container.d-four {
    display: block;
  }

  .d-four .dialogue-item {
    display: block;
    width: 100%;
  }

  .d-four .d-item-center:nth-child(2) {
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
  }

  .d-four .d-item-left {
    border-bottom: none;
    border-right: 1px solid #e5e5e5;
    border-radius: 5px 5px 0 0;
  }

  .d-four .d-item-center {
    border-radius: 0;
  }

  .d-four .d-item-right {
    border-top: none;
    border-left: 1px solid #e5e5e5;
    border-radius: 0 0 5px 5px;
  }
}

@media (max-width:767px) {
  .dialogue-container {
    display: block;
  }

  .dialogue-item {
    display: block;
    width: 100%;
  }

  .d-item-left {
    border-bottom: none;
    border-right: 1px solid #e5e5e5;
    border-radius: 5px 5px 0 0;
  }

  .d-item-center {
    border-radius: 0;
  }

  .d-item-right {
    border-top: none;
    border-left: 1px solid #e5e5e5;
    border-radius: 0 0 5px 5px;
  }
}

.lead h2 {
  font-weight: 200;
  margin: 8px 0;
}

.featimg {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  height: 40vh;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  min-height: 400px
}

.featimg {
  border-top: 3px solid #eaeaea;
  border-bottom: 3px solid #eaeaea
}

.featimg .container {
  display: block;
  z-index: 10
}

.featimg .color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: .6;
  background-color: #000
}

.featimg h2 {
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  color: #fff
}

.featimg h2 .heading {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 3.3rem;
  border-bottom: 3px solid #007bff;
  margin-bottom: 10px;
  display: inline-block
}

.featimg h2 small {
  font-size: 2rem;
  display: block;
  font-weight: 800;
  line-height: 2.4rem;
  letter-spacing: 1px;
}

.featpills {
  grid-area: featpills
}

section.gallery {
  grid-area: gallery;
  margin-top: 3em;
}

section.rps {
  grid-area: rps;
  padding: 5em 0;
}

.rps .grid-row {
  grid-gap: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.rps .col {
  padding: 5px;
}

.rps a:not(.btn) {
  color: #000;
}

.rps small {
  display: block;
  font-size: 90%;
  font-weight: 400;
  margin-bottom: 0;
}
.rps h3 {
  margin-bottom: 0.5em;
}
@media (max-width: 991px) {
  .rps .col-3 {
    grid-column: span 6;
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {

  .rps .grid-row,
  .rps .col {
    display: block !important;
  }
}

section.about {
  grid-area: about;
  margin-top: 5em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

section.cta {
  grid-area: cta;
  grid-gap: 5em;
}

/*HERO*/
.hero .container {
  display: block;
  position: relative;
  max-width: 680px;
}

.hero a {
  color: #fff;
}

.hero .color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.6;
  background-color: #000;
}

.feature-img .color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.4;
  background-color: #000;
}

.hero h1,
.hero .title {
  font-size: 1.5rem;
  font-weight: 800;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  line-height: 1.5rem;
  color: #fff;
}

.hero h1 img {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.hero h1 small {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.3rem;
  display: block;
  margin-top: 2px;
}

.hero p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}

@media (max-width: 767px) {
  .content .btn-success {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width:991px) {
  .hero h1 small {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5rem
  }
}

@media (max-width: 767px) {
  .layout {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .hero h1 img {
    width: 35px;
    vertical-align: bottom;
  }

  section.hero {
    height: 70vh;
  }
}

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

.lead h3 {
  margin-bottom: 12px;
  font-weight: 500;
}

.lead .icon {
  width: 50px
}

.lead .col .image {
  display: block;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-color: #fafafa;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #e8ede9;
}

.lead .col .caption {
  padding: 16px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  color: #697f6c;
  text-transform: uppercase;
}

.gallery-title {
  font-weight: 300;
  font-size: 2.7rem;
  margin-bottom: 10px;
}

@media (max-width:991px) {
  .lead .col .image {
    border-radius: 5px;
    border-width: 5px;
    width: 100px;
    height: 100px;
  }

  .lead .col .caption {
    padding: 5px;
    font-style: 1.1rem;
  }
}

@media (max-width:767px) {
  .lead .col {
    padding: 0;
  }

  .lead .col .image {
    width: 50px;
    height: 50px;
  }

  .subnav .col {
    flex-basis: 100%;
  }

  .gallery-title {
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.7rem;
    margin-bottom: 20px;
  }
}

@media (max-width:400px) {
  .lead .d-flex {
    display: block;
  }

  .lead .col {
    display: block;
    width: 100%;
  }
}

/*INNER NAV*/
.pc-innernav li {
  flex: 1;
  max-width: 24%
}

.pc-innernav li a {
  display: block;
}

@media (max-width: 767px) {
  .pc-innernav li {
    flex: 0 0 30%;
  }
}

@media (max-width: 500px) {
  .pc-innernav li {
    flex: 0 0 100%;
  }
}

/* PRODUCT BLOCKS */
.p-blocks:before,
.p-s-blocks:before,
.appmore:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
}

.p-blocks:hover::before,
.p-s-blocks:hover::before,
.appmore:hover::before {
  background-color: rgba(0, 0, 0, 0.0);
}

.p-blocks:first-child {
  margin-left: 0px;
  margin-right: 1%;
}

.p-blocks {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  opacity: 1.0;
  padding: 80px 25px;
  min-height: 210px;
  max-height: 210px;
  font-size: 28px;
  color: #FFF !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 50px;
  margin-right: 1%;
  overflow: hidden;
}

.p-blocks img,
.p-s-blocks img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.p-s-blocks {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  opacity: 1.0;
  padding: 42px 25px;
  min-height: 160px;
  max-height: 160px;
  border: 1px solid #000;
  font-size: 28px;
  color: #FFF !important;
  font-weight: bold !important;
  text-align: center;
  line-height: 50px;
  margin-right: 1%;
  overflow: hidden;
}

.p-blocks h2,
.p-s-blocks h2 {
  display: block;
  font-size: 2rem;
  width: 100%;
  color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 1;
  margin: 0 0 -10px 0;
  text-shadow: 0 0 10px #000;
}

.p-blocks>p.desc,
.p-s-blocks>p.desc,
.appmore>p.desc {
  color: #FFF;
  font-weight: 400;
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.2;
}

@media (max-width:991px) {

  .p-blocks h2,
  .p-s-blocks h2 {
    font-size: 1.4rem;
  }

  .p-blocks>p.desc,
  .p-s-blocks>p.desc {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .rps .col {
    margin-bottom: 10px;
  }
}

@media (max-width:520px) {
  .pblocks .third {
    margin-top: 10px;
  }

  .pblocks .row:first-child .col:first-child {
    margin-bottom: 10px;
  }
}

#fullimg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.submenu {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.submenu li {
  flex: 1;
}

.submenu li>a {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.75em 0.5em;
  text-align: center;
  margin-bottom: -3px;
}

@media (min-width: 991px) {
  section.subnav {
    border-bottom: 3px solid #f5f5f5;
  }
  .submenu li:not(.dropdown).active > a {
    background: #f5f5f5;
  }
  .submenu li.active > a {
    border-bottom: 3px solid #007bff;;
  }
}

.btn-white {
  color: #fff;
  border-color: transparent;
}

/*@media (max-width: 991px) {
  .nav li:nth-child(1) {
    order: 1;
  }

  .nav li:nth-child(2) {
    order: 3;
  }

  .nav li:nth-child(3) {
    order: 4;
  }

  .nav li:nth-child(4) {
    order: 5;
  }

  .nav li:nth-child(5) {
    order: 6;
  }

  .nav li:nth-child(6) {
    order: 2;
  }
}*/

/* GALLERY */

.solutions-title {
  margin: 2em 0;
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  background: #fff;
  border: 1px solid #fff;
}

.flex-item:hover {
  border: 1px solid #666;
}

.flex-grid .title {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 10px;
}

.flex-grid .features-title {
  font-size: 1rem;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 30px;
}

.flex2 {
  flex: 0 0 47%;
  width: 49%;
  margin: 10px;
  position: relative;
  flex-wrap: wrap;
}

.flex3 {
  flex: 0 0 31%;
  width: 31%;
  margin: 10px;
  position: relative;
  flex-wrap: wrap
}

.flex4 {
  flex: 0 0 22%;
  width: 22%;
  margin: 10px;
  position: relative;
  flex-wrap: wrap
}

.flex-header {
  flex: 0 0 100%;
  margin: 0;
  text-align: center;
}
.flex-header h2 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom:0.125em;
}
.flex-header h2.skew {
  float:left;
}
.flex-header h2.skew:first-child {
  width:100%;
  margin-right:4px;
  background: #192433;
  line-height: 1.3rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 800;
  padding:10px;
}
.flex-header h2.skew:last-child {
  width:100%;
  line-height: 0.8rem;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
  word-spacing: -1px;
}
.flex-header h2.skew a,
.flex-header h2.skew .spacer {
  color:#fff;
  display: block;
  padding:14px;
  background: #39b54a;
}
.flex-header h2.skew a:hover {
  background: #007bff;
  color:#fff;
  display: block;
}
.flex-header h2.skew span {
  display: block;
  padding-left: 20px;
}

@media(min-width: 991px) {
  .flex-header h2.skew {
    transform: skew(-25deg);
  }

  .flex-header h2.skew span {
    transform: skew(25deg);
  }
}

@media (min-width: 767px) {
    .flex-header {
      margin: 3em 1.5em 1em;
    }
    .flex-header h2.skew:first-child {
      width:70%;
    }
    .flex-header h2.skew:last-child {
      width:24.25%;
    }
  }


@media (max-width:1200px) {
  .flex3 {
    flex: 0 0 47%;
    width: 48%
  }
}

@media (max-width:767px) {
  .flex3 {
    flex: 0 0 98%;
    width: 98%;
    padding: 0;
    margin: 20px auto;
  }
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.innerflex {
  display: flex;
  padding: 5px;
  flex-direction: column;
  height: 100%;
}

.innerflex img {
  width: 100%;
}

.flexgrow1 {
  flex-grow: 1;
  padding: 10px
}

.flexbottom {
  text-align: center;
  display: flex;
}

.flex-item .title {
  padding: 0 10px;
}

.flex-item .madein {
  padding: 5px 10px;
}

.flex-item .btn-square {
  padding: 0.5rem;
  flex: 0 0 49.25%;
  border-radius: 0;
  text-align: center;
}

.flex-item .btn-full {
  flex-basis:100%;
}

.flex-item .btn-square:first-child {
  margin-right: 5px;
}

.starting-at .price {
  color: #e50017;
}

.sortByPrice .low-to-high:after {
  content: 'Low to High';
}

.sortByPrice .high-to-low:after {
  content: 'High To Low';
}

h1.section-title {
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin-bottom: 0.15em;
}

h2.section-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 0.75em;
}

.action-items {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-items .btn {
  width: 48%;
  margin: 5px;
}

.sharecrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.sharecrumbs nav {
  flex: 0 1 74%;
}

@media (max-width: 767px) {
  .sharecrumbs {
    display: block;
  }

  .breadcrumb {
    margin-bottom: 5px;
  }

  h2.section-subtitle {
    margin-top: 2em;
  }
}

#share {
  margin: 0;
  background: transparent;
  border-radius: 5px;
  text-align: center;
  flex: 0 1 25%;
  align-self: flex-start;
}

.order-icons {
  display: flex;
  background: #fafafa;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
}

.order-icons a {
  font-size: 0.9rem;
  font-weight: 500;
  flex: 1;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .order-icons a {
    flex: unset;
  }
}

@media (min-width: 1200px) {
  .order-icons {
    margin-top: -48px;
  }
}

@media (max-width: 991px) {
  .order-icons a {
    text-align: center;
  }

  .order-icons {
    max-width: 100%;
  }
}

.conversions-title {
  display: flex;
  align-items: center;
}

.conversions-title span {
  font-size: 1.5rem;
  font-weight: bold;
}

.conversions-title svg {
  width: 40px;
  height: 40px;
}

.order-icons.dark a {
  color: #fff;
  padding: 5px;
}

.order-icons.light a {
  color: #192433;
  padding: 4px;
  line-height: 1rem;
}

@media (max-width:767px),
(min-width: 1200px) {
  .order-icons a .circle {
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
}

.order-icons a .circle {
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

@media (min-width: 991px) {
  .order-icons.light a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.order-icons.light a small {
  display: block;
  text-align: left;
  font-size: 0.9rem;
}

.order-icons a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 400px) {
  .order-icons a:not(:last-child) {
    border-right: 1px solid #555;
  }
}

.order-icons.light a .circle {
  border: 2px solid #192433;
}

.order-icons.dark .text {
  white-space: nowrap;
  text-align: center;
  display: inline-block;
}

.order-icons.light .text {
  white-space: nowrap;
  text-align: left;
  display: inline-block;
}

@media (max-width: 767px) {
  .order-icons a .circle {
    display: none;
  }
}

.order-icons.dark {
  background: #192433;
}

.order-icons.light {
  border: 1px solid #192433;
  color: #192433;
  background: #fff;
  max-width: 600px;
  margin: 50px auto;
}

.content .order-icons img {
  width: 36px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .content .order-icons img {
    display: block;
    margin: 0 auto 8px;
  }
}

.order-icons img {
  width: 36px;
}

@media (max-width: 400px) {

  .order-icons,
  .order-icons.dark a,
  .order-icons.light a {
    display: block;
    text-align: center;
  }

  .order-icons a:not(:last-child) {
    border-bottom: 1px solid #555;
  }

  .order-icons img {
    width: 50%;
    display: inline-block;
    margin: 10px;
  }
}

.kit-image-1 {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .kit-image-1 {
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
}

.kit-image-2 {
  max-width: 100%;
}

@media (min-width: 767px) and (max-width: 991px) {
  .kit-image-2 {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
}

.Table {
  margin: 1rem 0 !important;
}

.Table-row-item span {
  width: 100% !important;
}

.Table-row-item .check {
  font-size: 2rem;
  color: #39b54a;
}

@media (min-width: 991px) {
  .Table-row-item {
    align-items: center;
    justify-content: center;
  }

  .Table-row-item span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.color-slider {
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  padding:5px;
  margin: 0;
}
@media (min-width: 767px) {
  .color-slider {
    max-width: 200px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .valueprops.style3 {
    text-align: center;
  }
  .valueprops.style3 img {
    max-width: 365px;
    margin:1.5em auto 0;
  }
}


input[type="text"], input[type="number"], input[type="email"] {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.bs-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  text-align:left;
  border-collapse: collapse;
}
.bs-table thead {
  background: #f7f7f7
}
.bs-table td, .bs-table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
p.header {
  background: #f5f5f5;
  padding: 5px;
  border-radius: 5px;
}
.detail-benefits .grid-row {
  margin-bottom:1em;
}
.detail-benefits > .grid-row > div:first-child p {
  border-left: 3px solid #192433;
  flex-direction: column;
  padding: 0.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .detail-benefits > .grid-row > div:first-child p,
  .detail-benefits > .grid-row > div:last-child p {
    border-left: 3px solid #192433;
    flex-direction: column;
    padding: 0.5em;
    margin-bottom: 0;
  }
}
.select-option {
  border:1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.select-option .price {
  padding: 8px 0;
  text-align: center;
  background: #fafafa;
  margin: 5px 0;
}
.colours {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  flex-wrap: wrap;
}
.colour {
  display: flex;
  flex-direction: column;
  margin:5px;
  align-items: center;
  text-transform: capitalize;
  
}
.colour span:first-child {
  border:1px solid #999;
  display: block;
  width: 96px;
  height:96px;
}
.colour.taupe span:first-child {
  background: #b28365;
}
.colour.burgundy span:first-child {
  background: #570008;
}
.colour.blue span:first-child {
  background: #000233;
}
.colour.white span:first-child {
  background: #fff;
}
.colour.green span:first-child {
  background: #1b3e3a;
}
.colour.grey span:first-child {
  background: #7f8497;
}
.colour.terracotta span:first-child {
  background: #b81d21;
}
.colour.black span:first-child {
  background: #000
}
/*SPACING*/

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

  .visible-sm {
    display: block;
  }
}

@media (min-width: 991px) {
  .visible-md {
    display: block;
  }
}

.Table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    font-size: 1rem;
    margin: .5rem;
    line-height: 1.5
}

.Table-header {
    display: none
}

.reduced-padding .nav-link {
    padding: .5rem
}

.Table .colspan-2 {
    width: 100%;
    flex: 35%
}

.Table .colspan-6 {
    width: 100%;
    flex: 76.5%
}

.text-left .Table-row-item.colspan-4 {
    background: #192433;
    color: #fff;
    flex: 0 1 80%;
    text-align: center;
    align-items: center
}

.Table-row-item.colspan-50 {
    background: #192433;
    color: #fff;
    flex: 0 1 50%;
    text-align: center;
    align-items: center
}

.Table-row-item.header {
    background: #192433;
    color: #fff;
    text-align: center;
    align-items: center
}

.Table-row-item.colspan-63 {
    flex: 0 1 63%
}

.text-left .Table-row-item.colspan-5 {
    background: #192433;
    color: #fff;
    flex: 0 1 83.5%;
    text-align: center;
    align-items: center
}

.text-left .Table-row-item.colspan-7 {
    background: #192433;
    color: #fff;
    flex: 0 1 87.5%;
    text-align: center;
    align-items: center
}

.Table-row-item .btn {
    white-space: nowrap
}

@media (min-width:991px) {
    .Table-header {
        font-weight: 700;
        background-color: #f2f2f2
    }
    .Table .colspan-2 {
        align-items: center
    }
}

#pricing .nav .nav-link.active {
    font-weight: 700;
    color: #222
}

.Table-row {
    width: 100%
}

@media (min-width:991px) {
    .Table-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
    .Table-row:nth-of-type(even) {
        background-color: #fff
    }
    .Table-row:nth-of-type(odd) {
        background-color: #f2f2f2
    }
}

.Table-row-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    padding: .1rem;
    word-break: break-word
}

.text-left .Table-row-item {
    align-items: flex-start
}

.text-left .Table-row-item span {
    justify-content: flex-start
}

.Table-header.dark {
    background: #192433!important;
    color: #fff
}

@media (max-width:991px) {
    .Table-row:not(.no-headers) .Table-row-item:before {
        content: attr(data-header);
        width: 30%;
        min-width: 125px;
        font-weight: 700
    }
    .Table-row-item span {
        display: block;
        width: 100px;
        padding: 0 8px
    }
    .mobile-bold {
        font-weight: 700
    }
    .Table-row-item:not(:first-child):before {
        background: #f2f2f2
    }
    .Table-row .Table-row-item:first-child {
        background: #192433!important;
        color: #fff;
        align-items: center;
        padding: 4px
    }
    #bootstrap-touch-slider .m-t-20 {
        margin-top: 0!important
    }
}

@media (min-width:991px) {
    .Table-row:nth-of-type(even) {
        background-color: #f2f2f2
    }
    .Table-row:nth-of-type(odd) {
        background-color: #fff
    }
    .Table-row-item {
        border: 1px solid #fff;
        padding: .5em;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .Table-row-item:before {
        content: none
    }
}

.Table-row.active {
    background-color: #dff1ff;
    font-weight: 700
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url("/img/01b701152202de10b78dabd9ca829437dd2b75f9/controls.png");cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}