.overflow-div { 
  position: relative; 
  overflow: hidden; 
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  -webkit-font-smoothing: antialiased;
}

div.content {
  overflow: hidden;
}

*{
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
  font-family: 'Poppins', sans-serif;
}

header .navbar-default {
  text-align: center;
  border: none;
  padding: 1.7em 2.8em;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar-nav > li{
  display: inline-block;
  float: none;
}

header .navbar-default ul.navbar-nav li a {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: -1px;
  padding-bottom: 8px;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li.current-page-item:after {
  content: '';
  width: 100%;
  background: #ee1d25;
  height: 5px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 0;
  bottom: -25px;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header nav.scrolled li.current-page-item:after {
  bottom: -15px !important;
}

header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}

header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
  float: none;
  vertical-align: middle;
  display: table-cell;
}

header .navbar-default.scrolled {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default.scrolled .navbar-brand {
  padding: 15px 20px;
}

header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 0;
}

header .navbar-default.scrolled ul.navbar-nav li a{
  padding: 27px 18px 12px;
}

.language{
  margin-right: 10px !important;
}

.language li a{
  padding: 7px 12px !important;
}

header .navbar-default.scrolled .language {
    margin: 12px 30px !important;
}

.navbar-header{
  float: right;
}

.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 80px;
  text-align: center;
}
.section-heading h1 {
    display: inline-block;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #717171;
}
.section-heading h1 span{
    color: #ee1d25;
}
.section-heading p {
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 300;
  width: 60%;
  margin: auto;
  line-height: 22px;
  margin-top: 40px;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 3px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 30px auto;
}

.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}

section#about {
  position: relative;
  height: 45em;
  overflow: hidden;
}

section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}

section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}

section#about .bike-left{
  position: absolute;
  left: -15%;
}

section#about .bike-right{
  position: absolute;
  right: -10%;
}

section#about .bike-left img,
section#about .bike-right img{
  width: 60vw;
}


section#features .media > .pull-right {
  margin-left: 20px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #444;
  line-height: 24px;
}
section#features .media p{
  font-weight: 400;
  font-size: 13px;
  color: #444;
  line-height: 16px;
}

section#features .media .media-body {
  color: #999999;
}
section#features .media.media-left .media-body {
  text-align: right;
}
section#features .media.feature {
  margin-top: 60px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto -100px;
  z-index: 9;
  position: relative;
}

section#features {
  padding-bottom: 0;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -20px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}

.slider__text{
    display: block;
    width: 50%;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    margin: auto;
    padding: 2em 2em 4em;
    border-radius: 20px;
}

section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#support {
  padding: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}

/* footer section */
footer {
  padding: 5em 0;
  text-align: left;
  background: #e4dfdf;
}

footer h4{
  color: #000;
  margin-top: 40px;
  position: relative;
}

footer h4:after{
  content: '';
  position: absolute;
  bottom: -15px;
  height: 2px;
  width: 40px;
  background: #ee1d25;
  left: 0;
}

footer form input{
    padding: 15px 30px;
    background: #fff;
    border: none;
    margin-top: 30px;
    color: #444;
    width: 25vw;
    font-size: 16px;
    border-radius: 100px;
}

footer form .submit{
    padding: 15px 30px;
    background: #ee1d25;
    border: none;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 100px;
    margin-left: 10px;
}

section {
  position: relative;
  padding-bottom: 12em;
}

#copyryght{
  background: #fff;
  padding: 3em 0;
  font-size: 18px;
}



#copyryght a{
  color: #ee1d25;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}

.social li {
    margin: 0 0.5em;
}

.social li a {
    text-decoration: none;
    font-size: 17px;
    background: #695e5e;
    color: #fff !important;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    transition: background 0.3s ease;
}

.social li a:hover {
    background: #ee1d25;
}


/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}

.tp-caption.large_white_light {
  color: #d8d8d8;
  font-size: 420px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
}

.tp-caption.medium_white_light {
  color: #d8d8d8;
  font-size: 140px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.tp-caption.small_white_light {
  color: #d8d8d8;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
    line-height: 40px;
    padding: 25px 20px;
    color: #444444;
    border: 1px solid #cccccc;
    font-weight: 300;
    font-size: 18px;
}
form textarea.form-control {
  height: auto;
  line-height: normal;
}

.form-group {
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  header .navbar-default ul.navbar-nav li a {
    padding: 7px 18px;
  }
}

@media screen and (max-width: 940px) {
  .logo {
    width: 120px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
  }

  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus{
    background: transparent;
  }

  header .navbar-default .navbar-toggle:hover .icon-bar,
  header .navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #fff;
  }

  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 5px 8px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }

  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

header {
  background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );

}
header .navbar-default ul.navbar-nav li a {
  background: none;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #fff;
  background: #ee1d25;
  padding: 7px 15px;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; 
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #fff !important;
  background: #444;  
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ee1d25;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #336799;
}

section .section-heading .divider:after {
  background: #ee1d25;
}
section#about .about-item i.fa {
  border: 2px solid #ee1d25;
  color: #ee1d25;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #ee1d25;
}
section#about .about-item:hover h3 {
  color: #ee1d25;
}
section#features {
  background: #e8e8e6;
  padding-top: 80px;
}
section#features header h1:after {
  background: #ee1d25;
}
section#features .media i.fa {
  border: 2px solid #ee1d25;
  color: #ee1d25;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #ee1d25;
}
section#features .media:hover h3 {
  color: #ee1d25;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #ee1d25;
}
section#features .media.active .media-heading {
  color: #ee1d25;
}
section#reviews {
  background: url("../img/bg-green.jpg") top center repeat;
  padding-bottom: 0;
}

section#reviews .section-heading{
    margin: 5px 0 20px;
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #2C2C2C;
font-family: 'Open Sans';
font-size: 16px;
text-transform: none;
margin-bottom: 8px;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #ee1d25;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #ee1d25;
}
section#screens header h1:after {
  background: #ee1d25;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #ee1d25;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #ee1d25;
  border-color: #ee1d25;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #ee1d25;
  border-color: #ee1d25;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #ee1d25;
}
/* Get app Section */
section#getApp {
  background: url("../img/freeze/bk-freeze-ga.jpg");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #ee1d25;
}
/* support section */
section#support header h1:after {
  background: #ee1d25;
}
section#support .media i.fa {
  border: 2px solid #ee1d25;
  color: #ee1d25;
}
section#support .media a {
  color: #ee1d25;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #ee1d25;
}
section#support .media:hover h3 {
  color: #ee1d25;
}
/* footer section */

footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #ee1d25;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #ee1d25;
  border-color: #ee1d25;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #ee1d25;
  border-color: #ee1d25;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #ee1d25;
  border-color: #ee1d25;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
form .form-control:focus {
  border-color: #ee1d25;
  color: #999999;
}
@media screen and (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #000;
    border-bottom: 1px solid #4a4a4a;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #ee1d25;
  }
}
.pre-loader {
  background: #fff;
}

h2.light{
  color:#fff;
}

.trama {
background: url(../img/dot.png) 0 0 repeat;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
}

#black{
  background: url(../img/black-bg.jpg) top center no-repeat #000;
  height: 65vh;
  display: table;
  width: 100%;
}

#black .container{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 8;
}

#black h3{
  color: #ee1d25;
  font-size: 3.3em;
  font-style: italic;
}

#black p{
  color: #fff;
  font-weight: 100;
}

#black video{
  position: absolute;
  left: 0;
  width: 100%;
}

#black .cover{
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}

#socialIcons{
float: right;
margin: 9px 40px;
}

#socialIcons a {
  font-size: 20px;
  color: #ccc;
  margin: 0 5px;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#socialIcons a:hover{
  color: #666;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.aleft,
#prensa .section-heading{
  text-align: left !important;
}

.aleft .divider:after,
#prensa .section-heading .divider:after{
  float: left !important;
}

#social{
  background: #ededed;
  padding: 40px 0;
}

#social h4{
  font-family: 'Open Sans';
  font-size: 19px;
  text-transform: none;
  color: #000;
  line-height: 26px;
  font-weight: 300;
}

#social .tweets i{
  font-size: 28px;
  color: #26d1eb;
}

#social .tweets span{
  font-size: 20px;
  color: #000;
  font-weight: 300;
}

#prensa{
  background: #f7f7f5;
}

#prensa article figure{
  overflow: hidden;
  background: #000;
}

#prensa article figure img{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#prensa article figure:hover img{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;

  transform: rotate(-1deg) scale(1.05, 1.05);
  -webkit-transform: rotate(-1deg) scale(1.05, 1.05);
  -moz-transform: rotate(-1deg) scale(1.05, 1.05);
  -o-transform: rotate(-1deg) scale(1.05, 1.05);
  -ms-transform: rotate(-1deg) scale(1.05, 1.05);
}

#prensa .infoNew{
  background: #fff;
}

#prensa .infoNew h3{
  line-height: 21px;
  margin-top: 5px;
}

#prensa .infoNew h3 a{
  font-size: 21px;
  text-transform: none;
  font-weight: 400;
  color: #252525;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#prensa .infoNew h3 a:hover{
  text-decoration: none;
  color: #ee1d25;
}

#prensa .infoNew .pad{
  padding: 30px;
}

#marcas {
    padding: 3.5em 0;
    background: #E6E6E6;
}

#marcas .logoMarcas{
  line-height: 70px;
  text-align: center;
}

#marcas .logoMarcas img{
  display: inline-block;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);

  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter â€¦.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

#pathway{
  background: #2F2F2F;
  padding: 97px 0 0px;
  color: #fff;
}

#pathway ul{
  padding: 0;
}

#pathway ul li{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
}

#pathway ul li a{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  padding: 0 15px;
  color: #fff;
  background: url(../img/bullet.png) right center no-repeat;
}

#headBike{
  background: #f4f4f5;
}

#caracteristicas{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('../img/DSC04238.jpg') top right no-repeat;
    overflow: hidden;
    background-size: 50% auto;
    background-position: right center;
}

#caracteristicas .section-heading h2{
    color: #ef1e26;
    font-size: 4em;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -2px;
}

#caracteristicas .section-heading h3{
    color: #444;
    font-size: 3.4em;
    font-weight: 500;
    font-style: italic;
}

#caracteristicas .table tr th{
  padding: 15px 0;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0;
  border-bottom: solid 1px #ccc;
}

.table tr th h3{
    color: #333;
    font-size: 18px;
    margin: 0;
    text-transform: none;
    font-family: 'Roboto';
    font-weight: 500;
}

.table tr th h4{
  color: #272727;
  font-size: 16px;
  margin: 0;
  text-transform: none;
  font-family: 'Roboto';
  font-weight: 400;
  text-align: left;
  line-height: 21px;
}

.section-heading h2{
  color: #000;
}


/*Tabs*/

#caracteristicas .tabs-menu{
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.button{
  text-align: center;
  display: inline-block;
  border-bottom: solid 4px #fff;
  margin-right: 15px;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button a{
  padding: 15px 40px;
  color: #ee1d25;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  display: block;
  color: #444;

  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tabs-menu i{
  display: inline-block;
  margin-right: 15px;

}

#caracteristicas .tabs-menu .button.current a{
    color: #ee1d25;
    border-bottom: solid 4px #ee1d25;
}

.tab-content {
    display: none;
}

.tab .tab-content:first-child {
 display: block;   
}


#gallery .thumbs li{
 display: inline-block;
 width: 15%;
}


.btn{
    padding: 15px 30px;
    border: solid 1px #999;
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 100px;
    margin-right: 10px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.btn:hover{
    background: #ee1d25;
    border-color: #ee1d25;
    color: #fff;
}

.butt{
    color: #fff;
    padding: 10px 20px;
    border: solid 2px #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
    margin: 0 3px;
    opacity: .6;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.butt:hover{
    color: #fff;
    opacity: 1;
}

.buscamos-distribuidores{
  cursor: pointer;
}

/*-------------------------------*/

#ajSlider{
  height: 100vh;
}

#ajSlider a{
    width: 100vw!important;
    color: #fff;
    text-transform: uppercase;
    font-size: 9vw !important;
    text-decoration: none;
    font-weight: 500;    
}


/*Diagonal modules*/

.links {
  width: 100%;
  height: 50em;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.links__left, .links__right {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  display: table;
}

.diagonal{
  position: absolute;
  width: 120%;
  height: 100%;
  -webkit-transform: skew(-16deg, 0deg);
          transform: skew(-16deg, 0deg);
  left: -20%;
  overflow: hidden;
}

.links__left__skew{
  display: table-cell;
  vertical-align: middle;
}

.links__left__skew h3{
  font-size: 11em;
  font-weight: 600;
  line-height: 145px;
  color: #909090;
  letter-spacing: -2px;
  text-transform: none;
}

.gradient{
  background: -webkit-linear-gradient(-90deg, #ee1d25 0%, #491F72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-bg{
  background: linear-gradient(90deg, #491F72 0%, #ee1d25 70%)
}

.links__left__skew h3.small{
    font-size: 3em;
    line-height: 63px;
    font-weight: 500;
    color: #333;
}

.no-gutter{
  padding: 0;
}

.links__left__skew h4{
  font-size: 3em;
  color: #444;
  text-transform: uppercase;
}

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

.icon{
    font-size: 3em;
    border: solid 2px #491F72;
    color: transparent;
    width: 1.8em;
    height: 1.8em;
    border-radius: 100px;
    text-align: center;
    line-height: 1.8em;

    -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #491F72;
}

.diagonal.right {
  left: auto;
  right: -20%;  
}

.diagonal.right:after{
  content: '';
  position: absolute;
  width: 22%;
  height: 100%;
  left: -20%;
  overflow: hidden;
  background: white;
  opacity: 0.5;
}

.diagonal.right:before{
  content: '';
  position: absolute;
  width: 24%;
  height: 100%;
  left: -20%;
  overflow: hidden;
  background: white;
  opacity: 0.5;
  z-index: 2;
}

.diagonal.left {
  right: auto;
  left: -20%;  
}

.diagonal.left:after{
  content: '';
  position: absolute;
  width: 22%;
  height: 100%;
  right: -20%;
  overflow: hidden;
  background: white;
  opacity: 0.5;
}

.diagonal.left:before{
  content: '';
  position: absolute;
  width: 24%;
  height: 100%;
  right: -20%;
  overflow: hidden;
  background: white;
  opacity: 0.5;
  z-index: 2;
}

.links__left__skew__img, .links__right__skew__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(16deg, 0deg);
          transform: skew(16deg, 0deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.links__right__skew__img {
  left: -13.33333%;  
}

.links__left__skew__img {
  right: -13.33333%;  
}

@media (max-width: 600px) {
  .links__left, .links__right {
    width: 100%;
    height: 0;
  }
  .diagonal{
    width: 100%;
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
    left: auto;
    right: auto;
  }

  .links__left__skew__img, .links__right__skew__img {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
    left: auto;
    right: auto;
  }
}


/*Hotspots*/


.hotspots-label:before, .hotspot:before {
  content: "";
  display: block;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMS42IDExLjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExLjYgMTEuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMC41NjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1LjgiIHkxPSIxMS42IiB4Mj0iNS44IiB5Mj0iMCIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjAuNTYyNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMCIgeTE9IjUuOCIgeDI9IjExLjYiIHkyPSI1LjgiLz4NCjwvc3ZnPg0K");
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
}

.hotspots-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms cubic-bezier(0.2, 0.5, 0.34, 1);
  transition: opacity 350ms cubic-bezier(0.2, 0.5, 0.34, 1);
  width: 100%;
}

.hotspots-label:before {
  display: none;
}

@media screen and (max-width: 580px) {
  .hotspots-label {
    width: 100%;
    height: 100%;
    padding: 50px 40px;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .hotspots-label strong {
    display: block;
    margin-bottom: 10px;
  }
  .hotspots-label span {
    display: block;
  }
  .hotspots-label:before {
    display: block;
    top: 25px;
    left: auto;
    right: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
  }
}
.hotspots-label.is-visible {
  opacity: 1;
  visibility: visible;
}

.hotspot {
  padding: 20px;
  height: 40px;
  box-sizing: border-box;  
  -webkit-font-smoothing: antialiased;
  position: absolute;
  border-radius: 20px;  
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 650ms ease-in, width 350ms linear;
  transition: opacity 650ms ease-in, width 350ms linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hotspot.is-visible {
  opacity: 1;
}

.hotspot.is-active {
  padding: 0 20px 0 50px;
  text-indent: 0;
  width: auto;
}

.hotspot.is-active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hotspot span{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    left: 6em;
    bottom: 1.5em;
    width: 0;
    overflow-x: hidden;
    opacity: 0;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.hotspot:hover span{
    width: initial;
    overflow: inherit;
    opacity: 1;
}

.hotspot span:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 150%;
    right: 0;
    top: 25px;
    background: #ee1d25;
}

.hotspot:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  position: absolute;
  background: #ee1d25;
  border: 2px solid #ee1d25;
  top: 50%;
  left: 50%;
}

.hotspot:after {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 50%;
  border: 2px solid #ee1d25;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite; 
  /*     opacity: 0.0 */
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.9;}
/*     50% {opacity: 0.85;} */
    100% {-webkit-transform: scale(2.5, 2.5); opacity: 0.0;}
}


@media screen and (max-width: 960px) {
  .hotspot {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 15px;
  }
  .hotspot.is-active {
    padding: 0 15px 0 35px;
    text-indent: 0;
    width: auto;
  }
  .hotspot:before {
    top: 2px;
    left: 2px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  header .navbar-default.scrolled ul.navbar-nav li a {
    padding: 17px 8px 6px;
  }
}

@media screen and (max-width: 580px) {
  .hotspot {
    padding: 12px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .hotspot.is-active {
    padding: 0 10px 0 30px;
    text-indent: 0;
    width: auto;
  }
  .hotspot:before {
    width: 20px;
    height: 20px;
  }
}

.datos-tecnicos {
  width: 100%;
  height: 65em;
  display: block;
  position: relative;
  overflow: hidden;
}

.datos-tecnicos:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.datos-tecnicos .contain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/brina-datos-tecnicos.jpg) top center;
  background-size: cover;
}


/*Beneficios*/

.beneficios{
  background: #fbfbfb;
  padding: 7em 0;
}

.line{
  position: absolute;
 }

.line.left{
  left: 0;
 }


 .intro {
    position: relative;
    width: 100%;
    height: 75vh;
    padding: 0;
    margin-top: 6em;
}

 .intro .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
    opacity: 1;
}

.slider {
    float: right;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider .scrollpoint{
    z-index: 3;
    position: relative;
    margin: auto;
}

.slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: clip .7s ease-in-out, z-index 0s .7s;
    clip: rect(0, 100vw, 100vh, 100vw);
    display: table;

    /*transform-origin: 50% 80%;
    animation: imageZoom linear 60s;
    animation-iteration-count: infinite;
    -webkit-animation: imageZoom linear 60s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: imageZoom linear 60s;
    -moz-animation-iteration-count: infinite;
    -ms-animation: imageZoom linear 60s;
    -ms-animation-iteration-count: infinite;*/
    
}

@keyframes imageZoom{
    0%,100%{
        transform:scale(1)
    }
    50%{
        transform:scale(1.24)
    }
}
@-moz-keyframes imageZoom{
    0%,100%{
        -moz-transform:scale(1)
    }
    50%{
        -moz-transform:scale(1.24)
    }
}
@-webkit-keyframes imageZoom{
    0%,100%{
        -webkit-transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.24)
    }
}
@-ms-keyframes imageZoom{
    .fullscreen-cover 0%{
        -ms-transform:scale(1)
    }
    .fullscreen-cover 50%{
        -ms-transform:scale(1.24)
    }
    .fullscreen-cover 100%{
        -ms-transform:scale(1)
    }
}

.center-y {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.slider li h3 {
    font-size: 5em;
    color: #fff;
    font-weight: 400;
    text-transform: none;
}
.slider li p {
    font-size: 18px;
    width: 70%;
    margin: auto;
}

li.current h3, li.current h3 + a {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}
li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}

.slider nav {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.slider nav a {
    display: inline-block;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
    background: #fff;
    margin: 0 1rem;
  transition: transform .3s;
}

.slider a.current_dot {
    transform: scale(1.4);
}

@media screen and (max-width: 700px) {
    .left {
        width: 100%;
        height: 30%;
    }
    .slider {
        width: 100%;
        height: 70%;
    }
}

@media (min-width: 768px) {
.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
}


.hero{
  top: 3em;
  height: 60vh;
  background-size: cover;
  background-position: center center;
  padding: 0;
}

.hero .container{
  display: table;
  height: 100%;
}

.hero .headline-content{  
  display: table-cell;
  vertical-align: middle;
}

.hero .headline-content h2{
  font-size: 5em;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  text-align: center;
  text-shadow: 0 0 315px rgba(0,0,0,.6);
}

.hero .headline-content h2 span{
  display: block;
}

.hero .headline-content h2.small{
    font-size: 8vh;
    font-weight: 500;
    font-style: italic;
}

.hero .headline-content p{
    color: #fff;
    width: 37%;
    margin-top: 2em;
}

.hero .headline-content.main-note{
    width: 70%;
    position: relative;
    bottom: -7em;
    z-index: 9;
}

.hero .headline-content.main-note p{
    width: 100%;
}

.hero .headline-content.main-note h2.small{
    font-size: 6vh;
}

.hero .headline-content.main-note .date{
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.hero .headline-content.main-note .date span{
  color: #ee1d25;
}

.gradient-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35em;
    z-index: 8;

  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}


/*Slider gallery*/


.slider_cont {
  width: 100%;
  margin: 0 auto;
  padding: 6em 0;
  background: #1A1A1A;
}

.parallax_slider {
  position: relative;
  overflow-x: hidden;
}

.parallax__layer {
  position: absolute;
  left: 0;
  top: 0;
}

.parallax__layer--bg {
  pointer-events: none;
  width: 125%;
  max-width: 1200px;
  height: 100%;
  margin-left: -40%;
  display: table;
}

.parallax__layer--bg span {
  color: #2d2d2d;
  font-size: 18vw;
  font-style: italic;
  font-weight: bold;
  line-height: 2.3;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.parallax__layer__cell {
  position: absolute;
  width: 100%;
  margin: 0 5%;
  height: 100%;
}

.parallax__layer__cell:nth-child(1) {
  left: 0%;
}

.parallax__layer__cell:nth-child(2) {
  left: 60%;
}

.parallax__layer__cell:nth-child(3) {
  left: 120%;
}

.parallax__layer__cell:nth-child(4) {
  left: 180%;
}

.parallax__layer__cell:nth-child(5) {
  left: 240%;
}


/* carousel */
.carousel-cell {
  height: auto;
  width: 55%;
  max-width: 900px;
  margin: 40px 6%;
  /* total width = 50% + 5% + 5% = 60% */
  opacity: 1;
}

.carousel-cell.is-next {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.carousel-cell.is-previous {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.carousel-cell.is-selected {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.1;
  transition: opacity 0.6s;
}

.carousel-cell.is-selected .overlay {
  opacity: .1;
}

.carousel-cell img {
  width: 100%;
}


/* Aditional styling */

.flickity-prev-next-button.next:after {
  position: relative;
  content: '>';
}

.flickity-prev-next-button.previous:after {
  position: relative;
  content: '<';
}

.flickity-prev-next-button .arrow {
  display: none;
}


.flickity-prev-next-button:hover {
  background: transparent;
}


/* hide disabled button and dots */

.flickity-prev-next-button:disabled {
  display: none;
}

.flickity-page-dots {
  display: none;
}

.flickity-prev-next-button {
  font-size: 0.95em;
  background: transparent!important;
  color: #ccc;
}


/* Slider status */

.slider_status {
  display: inline-block;
  position: relative;
  top: 100%;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 10%;
  bottom: 10%;
  font-size: 0.75em;
  text-align: center;
  color: #333;
  letter-spacing: 20px;
}

.slider_status .cell_number {
  color: #bbb;
}

.slider_status .dash_line {
  letter-spacing: 2em;
}

.title_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  max-width: 100%;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  text-align: center;
}

.case_title {
  display: block;
  font-size: 3.3em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.subtitle_cont {
  display:block;
  overflow:hidden;
  height:18px;
}

.subtitle {
  display: block;
  height:100%;
  color:#fff;
}


.touch .carousel-cell {
    width: 80%;
    margin: 40px 10%;
    overflow: hidden;
    height: 60vh;
  }
.touch .carousel-cell img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
.touch  .parallax__layer__cell--bg span {
    font-size: 30vh;
    font-style: italic;
  }
.touch  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
 }


@media (min-width:1549px) {
  .parallax__layer__cell--bg span {
    font-size: 17.5em;
  }
}


.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  height: 60vh !important;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  font-size: 60px;
  font-weight: 100;
  top: 50%;
  border: none;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 5em; }
.flickity-prev-next-button.next { right: 5em; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.full-banner{
    padding: 5em 0;
    background-size: cover;
    background-position: top center;
}

.full-banner.big{
  padding: 32vh 0;
}

.full-banner.big h2{
    font-size: 9vh;
    color: #fff;
    font-style: italic;
}

.full-banner.big p{
    color: #fff;
    width: 35vw;
    margin: 2em auto;
}

.full-banner a{
  text-decoration: none;
}

.full-banner .container{
  position: relative;
  z-index: 5;
}

.full-banner .headline-wrap{
  display: table;
  border: solid 5px #fff;
  margin: 5em auto;
  width: 80%;
  height: 25em;
  text-align: center;
  position: relative;
  z-index: 99;
}

.full-banner .headline-wrap .vmiddle{
    display: table-cell;
    vertical-align: middle;
}

.full-banner .headline-wrap .vmiddle a{
    padding: 5px 30px;
    background: #ee1d25;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 100px;
    text-shadow: none;
}

.full-banner .headline-wrap h1{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 4em;
    font-weight: 600;
    letter-spacing: -2px;
}

.full-banner .headline-wrap h1 span{
    display: block;
    font-size: 24px;
    font-style: normal;
    margin-top: 10px;
    font-weight: normal;
    letter-spacing: 0;
}

.content-column{
      height: 50em;
      padding: 5em;
      display: table-cell;
      vertical-align: middle;
}

.separator {
  display: block;
  clear: both;
  height: 50px;
}

.eventos{
  padding: 5em 0;
  margin: 5em 0;
}

.eventos article h2{
    line-height: 27px;
}

.eventos article h2 a{
  text-decoration: none;
  font-size: 26px;
  color: #333;

  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.eventos article figure{
  position: relative;
}

.eventos article figure a{
  display: inline-block;
}

.eventos article .date{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 5px 20px;
  background: #613B8E;
  margin: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
}

.eventos article:hover h2 a{
  color: #10B0AB;
}

.title h3{
    float: left;
    font-size: 34px;
    color: #333;
    font-weight: 400;
    position: relative;
    padding-left: 1.2em;
    text-transform: none;
}

.title h3:after{
    content: '';
    position: absolute;
    left: 0;
    top: 29%;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: #ee1d25;
}

.content-post h5{
    font-size: 18px;
    font-family: 'Roboto';
    text-transform: none;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.content-post iframe{
    margin: 4em 0;
    width: 120%;
    height: 55vh;
    margin-left: -10%;  
}


/*Form*/

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
  background: #fff;
  border: solid 1px #ccc;
  padding: 15px 20px;
  color: #666;
  text-decoration: none;
  font-size: 15px;
  display: block;
  width: 90%;
  margin-top: 20px;

  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.wpcf7-submit{
  background: #90b914;
  border-top: solid 1px #601b7a;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  clear: both;

  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.infoContact a.sociIcon{
  font-size: 32px;
  margin-right: 10px;
}

#lightbox {
    display: none;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 99999;
  }

  #lightbox-panel li{
     list-style: none;
  }

  #lightbox-panel li .widget_sp_image-description,
  #lightbox-panel li h2{
    display: none;
  }

  #lightbox-panel {
    display: none;
    position: fixed;
    padding: 3em 5em 0em;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    box-shadow: 0 5px 120px;
  }

  #lightbox-panel h2{
    font-weight: 400;
    text-transform: none;
    font-size: 2.3em;
    letter-spacing: -1px;
  }

  #lightbox-panel p{
    font-weight: 300;
    font-size: 20px;
  }

  #lightbox-panel p span{
    font-weight: 400;
    color: #ee1d25;
  }

  #lightbox-panel .form-consulta {
      margin-bottom: 3em;
      padding: 1em 0;
  }

  .no-scroll{
    overflow: hidden;
  }

  #close-panel{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    font-size: 25px;
    color: #d6d6d6;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 100px;
    font-weight: 100;
    text-align: center;
  }

  #close-panel:hover{
    color: #ee1d25;
  }

  @media (max-width: 768px){
    #lightbox-panel {
        width: 90%;
    }
  }


  @media (max-width: 360px){
    #lightbox-panel {
      padding: 1em 2em 0em;
    }

    .btn-form{
      font-size: 15px !important;
    }
  }


.separator.small{
  height: 20px;
}

.separator.medium{
  height: 40px;
}

.separator.big{
  height: 60px;
}


.item-content i{
  font-size: 2.5em;
  color: #ee1d25;
}

.item-content h3{
  text-transform: none;
}