*[data-anijs] {
  opacity: 0;
}
header {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
}
.navbar.navbar-default {
  background:#fff;
  border: 0;
  border-radius: 0;
}
.navbar.navbar-default.is_stuck {
  background-color: #fff;
  border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}
.video-placeholder {
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 0 0 10px #ccc,inset 0 0 100px #000;
  position: relative;
  opacity: .5;
  -webkit-filter: grayscale(0.9);
          filter: grayscale(0.9);
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
  margin-top: 20px;
}
.video-placeholder:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
}
.video-placeholder a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/arrow.png) 50% 50% no-repeat;
  border: 0;
  text-decoration: none;
  content: '';
}
.video-placeholder a i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 36px;
  text-shadow: 0 0 5px #fff;
  color: #000;
  margin-left: -14px;
  margin-top: -18px;
}
a.video-play {
  background: rgba(255, 255, 255, 0.2);
  z-index: 900;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: url(../img/arrow.png) 50% 50% no-repeat;*/
  border: 0;
  text-decoration: none;
  content: '';
  cursor: pointer;
}
a.video-play:hover {
  background: rgba(255, 255, 255, 0);
  background: red !!important;
}
a.video-play:hover i {
  opacity: 0.8;
}
a.video-play i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 48px;
  /*text-shadow:0 0 5px #fff;*/
  color: #000;
  margin-left: -14px;
  margin-top: -18px;
  opacity: 0.6;
}
.clear-back {
  display: none;
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
.clear-back i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 72px;
  color: #fff;
}
.video-holder {
  display: none;
  z-index: 10001;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -180px;
  margin-left: -320px;
  box-shadow: 0 0 10px #000;
  width: 640px;
  height: 360px;
}
.hero-container {
  height: 100%;
  width: 100%;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .hero-container {
    height: 100vh;
    background-size: auto auto;
  }
}
.hero-container h3 {
  margin: 0;
  padding: 200px 0;
  opacity: 0;
  line-height: .8;
  border: 0;
  font-family: 'Roboto Slab', Georgia, Times, serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -4px;
  text-rendering: optimizeLegibility;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hero-container h3 {
    padding: 50vh 0;
  }
}
.hero-container h3 span {
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
.hero-container h3 em {
  font-family: 'Source Sans Pro';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: rgba(50, 50, 50, 0.9);
  text-transform: uppercase;
  letter-spacing: -1px;
}
.hero-container h3 em a {
  display: inline-block;
  border: 2px solid #333;
  border-radius: 2px;
  padding: 3px 5px;
  text-decoration: none;
  font-size: 16px;
  color: #444;
  margin-left: 20px;
}
.hero-container h3 em a:hover {
  background: none;
}
.hero-container .container {
  position: relative;
  z-index: 1001;
}
.hero-container .shadow-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-container.hero-container-kids h3 em {
  color: rgba(255, 255, 255, 0.8);
}
.hero-container.hero-container-kids h3 em a {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.hero-container.hero-container-kids h3 em a:hover {
  border-color: rgba(230, 230, 230, 0.8);
  color: rgba(230, 230, 230, 0.8);
}
.hero-container.hero-container-kids .shadow-bg {
  background-image: url(../img/kids-bg.jpg);
}
.hero-container.hero-container-kids h3 span {
  background-color: rgba(0, 143, 255, 0.3);
  color: #fff;
}
.hero-container.hero-container-spaghetti .shadow-bg {
  background-image: url(../img/spaghetti-bg.jpg);
}
.hero-container.hero-container-spaghetti h3 span {
  background: rgba(255, 50, 0, 0.5);
  color: #141432;
}
.hero-container.hero-container-tablet h3 em {
  color: rgba(255, 255, 255, 0.8);
}
.hero-container.hero-container-tablet h3 em a {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.hero-container.hero-container-tablet h3 em a:hover {
  border-color: rgba(230, 230, 230, 0.8);
  color: rgba(230, 230, 230, 0.8);
}
.hero-container.hero-container-tablet .shadow-bg {
  background-image: url(../img/tablet-bg.jpg);
}
.hero-container.hero-container-tablet h3 em {
  color: rgba(255, 255, 255, 0.8);
}
.hero-container.hero-container-tablet h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #fff;
}
.hero-container.hero-container-shoes h3 em {
  color: rgba(255, 255, 255, 0.8);
}
.hero-container.hero-container-shoes h3 em a {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.hero-container.hero-container-shoes h3 em a:hover {
  border-color: rgba(230, 230, 230, 0.8);
  color: rgba(230, 230, 230, 0.8);
}
.hero-container.hero-container-shoes .shadow-bg {
  background-image: url('../img/shoes-bg.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-shoes h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4614 .shadow-bg {
  background-image: url('../img/fotos/DS5_4614.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4614 h3 span {
  background-color: rgba(0, 139, 255, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4673 .shadow-bg {
  background-image: url('../img/fotos/DS5_4673.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4673 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4742 .shadow-bg {
  background-image: url('../img/fotos/DS5_4742.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4742 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4745 .shadow-bg {
  background-image: url('../img/fotos/DS5_4745.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4745 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4775 .shadow-bg {
  background-image: url('../img/fotos/DS5_4775.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4775 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4866 .shadow-bg {
  background-image: url('../img/fotos/DS5_4866.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4866 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4879 .shadow-bg {
  background-image: url('../img/fotos/DS5_4879.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4879 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4957 .shadow-bg {
  background-image: url('../img/fotos/DS5_4957.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4957 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-4976 .shadow-bg {
  background-image: url('../img/fotos/DS5_4976.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-4976 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-5005 .shadow-bg {
  background-image: url('../img/fotos/DS5_5005.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-5005 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-5017 .shadow-bg {
  background-image: url('../img/fotos/DS5_5017.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-5017 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-5028 .shadow-bg {
  background-image: url('../img/fotos/DS5_5028.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-5028 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.hero-container.hero-container-5049 .shadow-bg {
  background-image: url('../img/fotos/DS5_5049.jpg');
  -webkit-filter: grayscale(0.5);
}
.hero-container.hero-container-5049 h3 span {
  background-color: rgba(255, 153, 0, 0.5);
  color: #ffffff;
}
.section-default {
  width: 100%;
}
.section-default h3 {
  position: relative;
}
.section-default h3:before {
  position: absolute;
  content: '';
  left: -20px;
  top: -20px;
  width: 200px;
  height: 10px;
  background: url(../img/logo_trailer.png) 0 0 no-repeat;
  background-size: contain;
  opacity: .2;
}
.section-one {
  margin-bottom: 100px;
}
.section-one .section-one-copy {
  margin: 100px 0 50px 0;
}
.section-one p {
  font-size: 18px;
}
.section-two {
  background-color: #222a22;
  color: rgba(255, 255, 255, 0.8);
  padding: 100px 0;
  box-shadow: 0 0 20px #ddd;
  padding-bottom: 50px;
}
.section-two .section-two-copy p {
  font-size: 18px;
}
.section-two .section-two-menu {
  height: 100%;
}
.section-two .section-two-menu ul {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-two .section-two-menu ul li {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.section-two .section-two-menu ul li h5 {
  padding-bottom: 5px;
}
.section-two .section-two-menu ul li p {
  font-size: 12px;
  height: 120px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section-two .section-two-menu ul li i {
  display: block;
  font-size: 48px;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .05s linear;
}
.section-two .section-two-menu ul li a.btn {
  background: rgba(127, 127, 127, 0.1);
  color: rgba(127, 127, 127, 0.4);
}
.section-two .section-two-menu ul li > div {
  -webkit-transition: all .05s linear;
  padding: 10px;
  margin: -10px;
}
.section-two .section-two-menu ul li.active i {
  color: #fff;
  text-shadow: 0 0 10px #fff;
}
.section-two .section-two-menu ul li:hover i {
  color: #fff;
  text-shadow: 0 0 5px #fff;
}
.section-two .section-two-menu ul li.active > div,
.section-two .section-two-menu ul li:hover > div {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.section-two .section-two-menu ul li.active a.btn,
.section-two .section-two-menu ul li:hover a.btn {
  background: rgba(127, 127, 127, 0.2);
  color: rgba(127, 127, 127, 0.8);
}
.section-two .section-two-menu ul li.active a.btn:hover,
.section-two .section-two-menu ul li:hover a.btn:hover {
  background: rgba(27, 27, 27, 0.7);
}
.section-two h3 {
  color: #fff;
}
.section-two h3:before {
  opacity: .5;
}
.section-two .callout {
  display: none;
  background: #fff;
  box-shadow: inset 0 2px 0 rgba(50, 50, 50, 0.3);
  padding: 50px 0;
  position: relative;
}
.section-two .callout#callout-senselab {
  display: block;
}
.section-two .callout .callout-back-left,
.section-two .callout .callout-back-right {
  -webkit-transition: all .5s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 2px 0 rgba(50, 50, 50, 0.3), inset 0 0 100px;
}
.section-two .callout .callout-back-right {
  left: 50%;
  right: 0;
  margin-left: 100px;
}
.section-two .callout .callout-back-left {
  left: 0;
  right: 50%;
  margin-right: 100px;
}
.section-two .callout .container {
  position: relative;
}
.section-two .callout h2 {
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.9);
  text-shadow: 1px 1px 1px #888;
}
.section-two .callout p,
.section-two .callout div,
.section-two .callout ul,
.section-two .callout li {
  color: #394639;
}
.section-two .callout-arrow {
  position: absolute;
  left: 40px;
  top: -73px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #ccc;
}
.section-two .callout-arrow:after {
  position: absolute;
  content: '';
  left: -23px;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
}
.section-sensebus {
  position: relative;
  min-height: 800px;
}
.section-sensebus .covervid-wrapper {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
  -webkit-filter: grayscale(0.8);
}
.section-sensebus .section-sensebus-copy {
  background: rgba(200, 200, 100, 0.7);
  padding: 50px;
  margin-top: 100px;
}
.section-sensebus p {
  margin: 20px 0;
  font-size: 18px;
}
.section-three {
  background-color: #222a22;
  color: rgba(255, 255, 255, 0.8);
}
.section-three h3 {
  color: #fff;
}
.section-three h3:before {
  opacity: .5;
}
.section-three p {
  font-size: 18px;
}
.section-pets {
  background: #ffffff url(../img/pet_pc.jpg) 100px 0 no-repeat;
  background-size: cover;
  height: 750px;
}
.section-pets .section-pets-copy {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
}
.section-pets .section-pets-copy p {
  font-size: 18px;
}
.section-four {
  padding: 0;
}
.section-four.section-four-one {
  margin-bottom: 100px;
}
.section-four.section-four-two {
  margin-top: 100px;
}
.section-four .col-sm-3 {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.section-four .col-sm-3:hover > .description {
  bottom: 0;
}
.section-four .col-sm-3 img {
  -webkit-filter: grayscale(0.6);
  opacity: .8;
}
.section-four .col-sm-3 img:hover {
  -webkit-filter: none;
  opacity: 1;
}
.section-four .col-sm-3 .description {
  -webkit-transition: all .1s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  height: 60px;
}
.section-four .col-sm-3 .description p {
  margin: 10px 20px;
  font-weight: 700;
}
.section-lorem-two {
  background: #4b87dc;
  color: white;
}
.section-lorem-two i {
  color: white;
  font-size: 24px;
  border: 2px solid white;
  border-radius: 100%;
  padding: 20px;
}
.section-lorem-three {
  background: url(../img/back1.jpg);
  background-size: cover;
}
.section-lorem-three .row-title {
  margin-bottom: 20px;
}
.section-lorem-three .row-video {
  margin-top: 20px;
}
.section-lorem-three p {
  font-size: 18px;
  line-height: 27px;
}
.section-lorem-three .col-left {
  border-right: 2px solid #a00;
}
.section-lorem-three .row-icon {
  margin-bottom: 10px;
}
.section-lorem-three .row-icon p {
  font-size: 12px;
  line-height: 18px;
}
.section-lorem-three .row-icon .col-icon {
  padding-right: 8px;
}
.section-lorem-three .row-icon .text-icon {
  padding-left: 8px;
}
.section-lorem-three i {
  color: #333;
  font-size: 24px;
  border: 2px solid #333;
  border-radius: 100%;
  padding: 15px;
}
.carousel {
  margin: 46px 0;
}
.carousel .carousel-slide {
  max-width: 100%;
  position: relative;
}
.carousel .carousel-slide img {
  max-width: 100%;
}
.carousel .carousel-slide div.quote {
  text-align: center;
  padding: 15px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 700;
}
