@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
.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%; }

.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: "Open Sans", Arial, Helvetica, sans-serif;
  color: #424242;
  -webkit-font-smoothing: antialiased; }

a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

div.content {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #424242; }

h4, .h4 {
  font-size: 16px;
}

.container, .container-fluid {
  cursor: default;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.loader {
  font-size: 10px;
  position: relative;
  top: 50%;
  margin: 0 auto;
  margin-top: -5.5em;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #B85C00;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


header .navbar-default {
  background: none;
  border: none;
  padding-top: 20px;
  padding-bottom: 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; }
header .navbar-default ul.navbar-nav {
  padding-top: 0px; }
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px;
  margin-top: -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; }
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 32px;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 20px;
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -ms-border-radius: 0.7em;
  -o-border-radius: 0.7em;
  border-radius: 0.7em;
  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 .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-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -ms-border-radius: 0.7em;
  -o-border-radius: 0.7em;
  border-radius: 0.7em;
  -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; }
header .navbar-default.scrolled {
  background: rgba(235, 235, 235, 0.80);
  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: 10px 15px; }
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 42px; }
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 15px; }
.scrollpoint {
  opacity: 0; }
.scrollpoint.active {
  opacity: 1 \0; }
.hanging-phone {
  position: absolute;
  top: -170px;
  left: 370px;
  height:300px;
  width:100%;
  background-image: url('images/freeze-angled2.gif');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.section-heading {
  margin: 40px 0 80px;
  text-align: center; }
  .section-heading h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0; }
  .section-heading p {
    font-size: 25px;
    line-height: 30px;
  /*  color: #999999; */
    color: #424242;
    font-weight: 300; }
  .section-heading .divider:after {
    content: "";
    position: relative;
    height: 4px;
    width: 60px;
    display: block;
    text-align: center;
    margin: 13px auto;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -ms-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em; }
  .section-heading.inverse h1, .section-heading.inverse p {
    color: #ffffff; }
  .section-heading.inverse .divider:after {
    background: #ffffff; }

section#about {
  position: relative; }
  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#features .media > .pull-right {
  margin-left: 20px; }

section#features .media > .pull-left {
  margin-right: 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: 300; }

section#features .media .media-body {
  font-size: 16px;
  line-height: 20px;
  color: #999999; }

section#features .media .media-body.media-body-right {
  text-align: right; }

section#features .media.media-left .media-body {
  text-align: right; }

section#features .media.feature {
  margin-top: 25px; }
  section#features .media.feature:first-child {
    margin-top: 0; }

section#features .media.feature-top:last-child {
  margin-bottom: 25px; }

section#features img {
  margin: 0 auto 20px; }
  

section#versions .media > .pull-right {
  margin-left: 20px; }

section#versions .media > .pull-left {
  margin-right: 20px; }

section#versions .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#versions .media .media-heading {
  padding-top: 10px;
  font-weight: 300; }

section#versions .media .media-body {
  font-size: 16px;
  line-height: 20px;
  color: #999999; }

section#versions .media .media-body.media-body-right {
  text-align: right; }

section#versions .media.media-left .media-body {
  text-align: right; }

section#versions .media.feature {
  margin-top: 25px; }
  section#versions .media.feature:first-child {
    margin-top: 0; }

section#versions .media.feature-top:last-child {
  margin-bottom: 25px; }

section#versions img {
  margin: 0 auto 20px; }

section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section#reviews .review-filtering {
    margin: 20px 0 100px 0; }
    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: -80px; }
      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 auto;
  background: #fff; }
  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: 0.7em;
    -moz-border-radius: 0.7em;
    -ms-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em; }

section#screens .slick-prev, section#screens .slick-next,  div#fraction-slider .slick-prev, div#fraction-slider .slick-next {
  width: 50px;
  height: 50px;
  top: 50%; 
}

section#screens .slick-slide {
  text-align: center; }

.slide-headline {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 50%;
  opacity: 0;
  min-height: 470px;
}

.slide-headline h1, .slide-headline h2, .slide-headline h3 {
  color: white;
  font-weight: 400;
}

.slide-headline h1 {
  font-size: 24px;
  line-height: 1.3;
}
.slide-headline h2 {
  font-size: 21px;
  line-height: 1.5;
  margin-top: -2px;
}
.slide-headline h3 {
  font-size: 16px;
  line-height: 1;
}

.slide-headline a.googlebadge {
  display:block;
  position: absolute;
  bottom: 95px;
}
.slide-headline a.appbadge {
  display:block;
  position: absolute;
  bottom: 175px;
}

@media (max-width: 640px) {
  .slide-headline {
    position: absolute; top: 90px; left: 5%; width: 90%;
  }
  .slide-headline h1 {
    font-size: 21px;
    line-height: 1.25;
  }
  .slide-headline h2 {
    font-size: 17px;
    line-height: 1.13;
    margin-top: 15px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .slide-headline h3 {
    font-size: 16px;
    line-height: 1;
  }
  .slide-headline a.googlebadge {
    display:block;
    position: absolute;
    bottom: 130px;
  }
  .slide-headline a.appbadge {
    display:block;
    position: absolute;
    bottom: 210px;
  }
}
@media (min-width: 768px) {
  .slide-headline h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  .slide-headline h2 {
    font-size: 21px;
    line-height: 1.3;
  }
  .slide-headline h3 {
    font-size: 21px;
    line-height: 1;
  }
}

.slide-iphone {
  position: absolute;
  top: 60px;
  right: -50%;
  height: 93%;
  width: 50%;
  opacity: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sp0 {
  background-image: url('images/everything.png');
}
.sp1 {
   background-image: url('images/totoro.png'); 
}
.sp2 {
  background-image: url('images/hunger.png');
}

section#screens .slick-prev:before, div#fraction-slider .slick-prev:before {
  content: "\f104"; }

section#screens .slick-next:before, div#fraction-slider .slick-next:before {
  content: "\f105"; }

section#screens .slick-prev:before, section#screens .slick-next:before, div#fraction-slider .slick-prev:before, div#fraction-slider .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -ms-border-radius: 0.7em;
  -o-border-radius: 0.7em;
  border-radius: 0.7em;
  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: 0.7em;
    -moz-border-radius: 0.7em;
    -ms-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em;
    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#links {
  background: #f6f6f6;
}
section#faq p, section#faq .section-heading p {
  color: #424242;
}
section a {
  color: #B85C00;
}
section a:focus, section a:hover {
  color: #B85C00;
}
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: 10px 0 80px 0; 
}
  section#getApp .platforms {
    margin: 30px auto 0px auto;
    text-align: center; }
    section#getApp .platforms .btn {
      margin-right: 10px;
      margin-bottom: 20px; }

/* support section */
section#support {
padding: 10px 0 80px 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; }
#supportbutton {
  cursor: pointer;
}
/* footer section */
footer {
  padding: 80px 0;
  text-align: center; }
  footer a > img {
    width: 70px; }
  footer .social {
    display: block;
    margin-top: 30px; }
    footer .social a {
      margin: 0 8px;
      padding: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      -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; }
      footer .social a i {
        width: 1em; }
  footer .rights {
    margin-top: 30px; }
    footer .rights a {
      text-decoration: underline;
      -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;
      font-weight: bold; }
      footer .rights a:hover {
        text-decoration: none; }
#getApp .hidden-xl {
  margin-top: 30px;
  width: 170px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 85px;
  background: white;
  display:none;
}
/* popup bpopup */
#popupwrapper, #oopswrapper {
  display: none;
  border-radius: 10px;
  background: transparent;
  padding: 0;
}

.popup-container {
  background: white;
}

.popup-container img {
  border: 10px solid rgba(255,255,255,1);
  /* border-radius: 10px; */
  padding: 0 10px;
  background: white;
}

.button.b-close {
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;

box-shadow: none;
color:#B85C00;
font-size: 1.3em;
font-weight:bold;
background-color: rgba(255,255,255,1);
position: absolute;
cursor: pointer;
display: inline-block;
padding: 10px 30px;
text-align: center;
text-decoration: none;
}

section {
  position: relative;
  padding-bottom: 30px; }

/* 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 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased; }
  .tp-caption.large_white_bold {
    color: #ffffff;
    font-size: 65px;
    font-weight: 400; }
  .tp-caption.large_white_light {
    color: #ffffff;
    font-size: 65px;
    font-weight: 300; }
  .tp-caption.medium_white_light {
    color: #ffffff;
    font-size: 48px;
    font-weight: 300; }

.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= $firstColor , endColorstr= $secColor , 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;
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -ms-border-radius: 0.7em;
  -o-border-radius: 0.7em;
  border-radius: 0.7em;
  height: 40px;
  line-height: 40px;
  padding: 20px;
  color: #999999;
  border: 2px solid #999999;
  font-weight: 300; }

form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal; }

@media screen and (max-width: 640px) {
 /* .slide-headline {
    width: 80%;
  }
  */
  .logo {
    width: 100px;
    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 {
      margin-top: 0px;
      margin-right: 0px;
      background: none;
     /* border: 2px solid white; */
      border: none;
      font-size: 1.7em;
      color: white;
      -webkit-border-radius: 0.7em;
      -moz-border-radius: 0.7em;
      -ms-border-radius: 0.7em;
      -o-border-radius: 0.7em;
      border-radius: 0.7em; }
      header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus {
        background: none; }
    header .navbar-default ul.navbar-nav {
      padding-top: 0;
      margin: 0; }
      header .navbar-default ul.navbar-nav li a {
        padding: 10px;
        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; }
    .navbar-collapse {
      margin-top:10px;
      background: rgba(235,235,235,0.5); /*#B85C00; */
      padding-bottom: 10px;
      border-color: transparent !important; }
    .navbar-collapse.in {
      border-top: none;
      margin-top: 10px;
      background: rgba(235,235,235,0.6);
      padding-bottom: 10px;
    }
    header .navbar-default .navbar-collapse.in ul.navbar-nav li a {
      border-bottom: 1px solid white;
    }
    header .navbar-default .navbar-collapse {
      margin-top:10px;
      background: rgba(235,235,235,0.5); /*#B85C00; */
      padding-bottom: 10px;
      border-color: transparent; }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent; 
    padding-bottom: 10px;
  }
    header .navbar-default.scrolled ul.navbar-nav {
      padding-top: 0;
      margin: 0; }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    /* border: 2px solid #B85C00; */
    border: none;
    font-size: 1.7em;
    color: #B85C00;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -ms-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em; } 
}

@media screen and (max-width: 1050px) {
  #getApp .hidden-xl {
    display:block;
  }
  #getApp .hidden-md {
    display:none;
  }
}

@media screen and (min-width: 1050px) {
  #getApp .hidden-xl {
    display:none;
  }
  #getApp .hidden-md {
    display:block;
  }
}


.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{
  margin-top:-20px;
  margin-left: 0px;
}

@media (max-width: 768px) {
  .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{
    position: absolute;
    top: 20px;
    margin-top: 0px;
  }
}



.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none; }
  .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: transparent;
  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); } }

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

header {
  /* #B85C00 #7A3D00 */
  background: rgba(184, 92, 0, 0.8);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(184, 92, 0, 0.8)), color-stop(100%, rgba(122, 61, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= $firstColor , endColorstr= $secColor , GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    background: none; 
    padding-right: 0px;
  }
    header .navbar-default ul.navbar-nav li a.getApp {
      color: #9e4f00;
      background-color: #ffffff; }
      header .navbar-default ul.navbar-nav li a.getApp:hover {
        color: #ad5700;
        background-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 .navbar-default ul.navbar-nav li a:hover {
      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 .navbar-default.scrolled ul.navbar-nav li a {
  /* color: #7A3D00; */
    color: #191919;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #7A3D00; 
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #7A3D00; 
}
header .navbar-default.scrolled .navbar-brand {
  background: rgba(184, 92, 0, 0.7); 
}
.slider-wrapper {
  position:relative;
  overflow:hidden;
  width:100%;
  /* min-height: 750px; */
  margin:0px auto;
  background:transparent;
}
.slider-container {
  position:relative;
  min-height:590px;
}
.slick-header-slide {
  padding-top:130px;
  min-height:570px;
}
section .section-heading .divider:after {
  background: #B85C00; }

section#about {
  padding-bottom: 60px;
  background: #f6f6f6;
}

section#about p, section#about .section-heading p {
  color: #424242;
}
section#about p.about {
  text-align: justify;
  font-size: 16px;
  line-height: 20px
}

section#about .about-item i.fa {
  border: 2px solid #B85C00;
  color: #B85C00; }

section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #B85C00; }

section#about .about-item:hover h3 {
  color: #B85C00; }

section#features {
  background: #ffffff; }
  section#features header h1:after {
    background: #B85C00; }
  section#features .media i.fa {
    border: 2px solid #B85C00;
    color: #B85C00; }
  section#features .media:hover i.fa {
    color: #ffffff;
    background: #B85C00; }
  section#features .media:hover h3 {
    color: #B85C00; }
  section#features .media.active i.fa {
    color: #ffffff;
    background: #B85C00; }
  section#features .media.active .media-heading {
    color: #B85C00; }

  section#versions {
  background: #ffffff; }
  section#versions header h1:after {
    background: #B85C00; }
  section#versions .media i.fa {
    border: 2px solid #B85C00;
    color: #B85C00; }
  section#versions .media:hover i.fa {
    color: #ffffff;
    background: #B85C00; }
  section#versions .media:hover h3 {
    color: #B85C00; }
  section#versions .media.active i.fa {
    color: #ffffff;
    background: #B85C00; }
  section#versions .media.active .media-heading {
    color: #B85C00; }

section#reviews {
  background: url("../img/freeze/bk-freeze.jpg"); }
  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: #B85C00; }
    section#reviews .review-filtering .review .review-comment p span i {
      color: #B85C00; }
    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: #B85C00; }

section#screens {
    background: #fff;
}
section#screens header h1:after {
  background: #B85C00; }

section#screens .slider div img {
  border: 2px solid #ddd; }

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: #B85C00; }

section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999; }
  section#screens .filter a:hover {
    color: #ffffff;
    background: #B85C00;
    border-color: #B85C00; }
  section#screens .filter a.active {
    color: #ffffff;
    background: #B85C00;
    border-color: #B85C00; }

/* demo video Section */
section#demo {
  background: #f6f6f6; }
  section#demo header h1:after {
    background: #B85C00; }

/* 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: #B85C00; }

/* support section */
section#support header h1:after {
  background: #B85C00; }

section#support .media i.fa {
  border: 2px solid #B85C00;
  color: #B85C00; }

section#support .media a {
  color: #B85C00; }

section#support .media:hover i.fa {
  color: #ffffff;
  background: #B85C00; }

section#support .media:hover h3 {
  color: #B85C00; }

/* footer section */
footer {
 /* #B85C00 #7A3D00 */
  background: rgba(184, 92, 0, 0.8);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(184, 92, 0, 0.8)), color-stop(100%, rgba(122, 61, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, rgba(184, 92, 0, 0.8) 0%, rgba(122, 61, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= $firstColor , endColorstr= $secColor , GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }
  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: #B85C00; }
  footer .rights {
    color: #ffffff; }
    footer .rights a {
      color: #ffffff;
      font-weight: 300;
      text-decoration: none; }

.navbar-toggle {
  background: none !important;
  border: none;
  font-size: 1.7em;
  font-weight: 400;
  color: white;
  /*
  background-color: #B85C00;
  border: 1px solid transparent; 
*/}

.btn.btn-primary {
  color: #B85C00;
  border-color: #B85C00; }
  .btn.btn-primary:hover {
    color: #ffffff;
    background: #B85C00;
    border-color: #B85C00; }
  .btn.btn-primary.inverse {
    color: #ffffff;
    border-color: #ffffff; }
    .btn.btn-primary.inverse:hover {
      color: #ffffff;
      background: #B85C00;
      border-color: #B85C00; }

.btn.btn-default {
  background-color: #ffffff;
  color: #7A3D00; }
  .btn.btn-default:hover {
    color: #7A3D00; }

form .form-control:focus {
  border-color: #B85C00;
  color: #424242; 
   box-shadow: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -moz-transition: none;
   -webkit-transition: none;
}
/*
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: rgba(184, 92, 0, 0.3);
}
*/
@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: white;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid white; 
  }
  header .navbar-default ul.navbar-nav li a:hover {
    background: rgba(235,235,235,0.8);
  }
    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: #B85C00; }
  header .navbar-default .navbar-collapse {
    margin-top:10px;
    background: rgba(235,235,235,0.5); /*#B85C00; */
    border-color: transparent;
    padding-bottom: 10px;
  }
header .navbar-default.scrolled {
  background: rgba(235, 235, 235, 0.80);
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #191919; 
  font-weight:300;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {  color: #B85C00; } }
.pre-loader { background: #7A3D00; }
.story {
  font-size: 1.1em;
  text-align: justify;
  margin-top: 30px;
  padding: 5px 15px;
}
.story-wrapper {
  width: 100px;
  height: 100px;
  margin: 30px 15px 0px 15px;
  border: 2px solid #b85c00;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.story-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
