body {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  color: #666666;
  background-color: #f7f7f7;
}
html {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h1 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.6em;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 1.6em;
}
p {
  margin: 0 0 25px;
  font-size: 1em;
  line-height: 1.5;
}
.panel-body {
  font-size: 1em;
  line-height: 1.5;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 25px;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.6;
  }
  .panel-body {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  #features {
    text-align: center;
  }
}
a {
  color: #ad7e07;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #ad7e07;
}
section i {
  color: #666666;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  background-color: #f6bb24;
}
.navbar-brand {
  font-weight: 700;
  padding: 10px;
}
.navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #f7f7f7;
}
.navbar-custom .nav li a {
  /*-webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;*/
  /*background-color: #f6bb24;  changed by crispedge*/
  background-color: #fff;
  font-weight: bold;
  color:#eeaa22;
  /*added by crispedge*/
  /* border-radius: 40px;*/
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: none;
    /*Added by crispedge*/
    background-color: #eeaa22;
    color: #f7f7f7;
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #f7f7f7;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: none;
}

@media (min-width: 767px) {
    .navbar {
        /*change by crispedge*/
        padding: 0;
        border-bottom: none;
        letter-spacing: 1px;
        /*added by crispedge*/
        background: #fff;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        /* background-color: #f6bb24; changed by crispedge*/
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #f7f7f7;
  background: none;
  background-color: #f7f7f7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
}
.brand-heading {
  font-size: 40px;
}
.intro-text {
  font-size: 20px;
  font-family: sans-serif;
  line-height: 1.0;
}
@media (min-width: 767px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .brand-heading {
    font-size: 100px;
  }
  .intro-text {
    font-size: 45px;
    font-weight: 700;
  }
}

/* added by crispedge*/
@media (min-width: 320px) and (max-width:420px) {
    .intro {
        height: 220px;
        padding: 0;
    }
}

/* added by crispedge*/
@media (min-width: 421px) and (max-width:520px) {
    .intro {
        height: 300px;
        padding: 0;
    }
}

/* added by crispedge*/
@media (min-width: 521px) and (max-width:600px) {
    .intro {
        height: 360px;
        padding: 0;
    }
}

/* added by crispedge*/
@media (min-width: 601px) and (max-width:730px) {
    .intro {
        height: 430px;
        padding: 0;
    }
}

.content-section {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.btn {
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid white;
  color: #666666;
  background-color: #f6bb24;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #ad7e07;
  outline: none;
  color: #666666;
  background-color: #f6bb24;
}
.btn-huge {
  padding: 25px;
  font-size: 26px;
}
.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
}
::-moz-selection {
  text-shadow: none;
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.carousel-inner {
  text-align: center;
  border: 10px solid #f6bb24;
  height: 100%;
  border: 0;
}
.carousel .item > img {
  display: inline-block;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.carousel,
.item,
.active {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  display: table;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-menu-left {
  left: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-menu-right {
  right: 50%;
}
.nav-justified > li > a {
  margin-bottom: 0px;
}
#image-carousel {
  display: table;
}
#image-carousel .carousel-caption {
  position: static;
  text-align: center;
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
  padding-bottom: 60px;
}
#image-carousel .carousel-caption .caption-text {
  padding: 0 20%;
  font-family: sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.75);
}
#image-carousel .carousel-caption .fa {
  color: #f7f7f7;
  text-shadow: none;
  font-size: 3.5vw;
  margin: 0 15px;
}
#image-carousel .carousel-caption .logo-image {
  margin: 0 auto;
  max-width: 150px;
}
#image-carousel {
  overflow: hidden;
}
#image-carousel .carousel-inner,
#image-carousel .carousel-inner > .active {
  display: table;
}
#tab-carousel .carousel-inner {
  border-bottom: 0;
}
#tab-carousel .nav {
  background-color: #999999;
}
#tab-carousel .nav-pills > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #f7f7f7;
}
#tab-carousel .nav-pills > li > a > small {
  display: block;
}
#tab-carousel .nav-pills > li > a:hover,
#tab-carousel .nav-pills > li > a:focus {
  background-color: #a6a6a6;
}
#tab-carousel .nav-pills > li.active > a,
#tab-carousel .nav-pills > li.active > a:hover,
#tab-carousel .nav-pills > li.active > a:focus {
  background-color: #666666;
}
#tab-carousel .carousel-caption {
  text-shadow: none;
  top: 0;
  color: #666666;
}
#tab-carousel .carousel-caption h3 {
  margin-bottom: 15px;
}
#tab-carousel img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #tab-carousel .carousel-caption {
    right: auto;
    left: 0;
    top: 0;
    width: 50%;
    padding: 25px 25px 0;
    text-align: left;
  }
  #tab-carousel .carousel-caption h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #image-carousel .carousel-caption .caption-text {
    padding: 0 12%;
    font-size: 3.5vw;
  }
  .intro {
      /* Change by crispedge*/
      padding: 70px 0 0;
      margin: 50px auto 0;
  }
  #image-carousel .carousel-caption .fa {
    margin: 0 1%;
    font-size: 3.5vw;
  }
  #image-carousel .carousel-caption {
    padding-bottom: 25px;
  }
  #tab-carousel .carousel-caption {
    position: static;
    color: #666666;
    padding: 20px 35px;
  }
  #tab-carousel .carousel-caption p {
    margin: 0;
  }
}
#tutorial {
  background-color: #e0e0e0;
}
#steps {
  background-color: #e0e0e0;
}
#usecases {
  background-color: #e0e0e0;
}
#cases {
  background-color: #d7d7d7;
}
#pricing {
  background-color: #d7d7d7;
}
#features {
  background-color: #d7d7d7;
}
#logos {
  background-color: #e0e0e0;
}
#faq {
  background-color: #d7d7d7;
}
#demo {
  background-color: #e0e0e0;
}
#help {
  background-color: #d7d7d7;
}
#contact {
  background-color: #d7d7d7;
}
#logocarousel .thumbnail {
  margin-bottom: 0;
}
#logocarousel .carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}
#logocarousel .carousel-control {
  color: #f7f7f7;
  top: 40%;
  color: #666666;
  bottom: auto;
  padding-top: 4px;
  width: 30px;
  height: 30px;
  text-shadow: none;
  opacity: 1;
}
#logocarousel .carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}
#logocarousel .carousel-control.right {
  left: auto;
  right: -32px;
}
#logocarousel .carousel-control.left {
  right: auto;
  left: -32px;
}
#logocarousel .carousel-indicators {
  bottom: -30px;
}
#logocarousel .carousel-indicators li {
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: #999999;
  border: 1px solid #999999;
}
#logocarousel .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background: #666666;
  border-color: #666666;
}
#logocarousel img {
  background: #b3b3b3;
  margin-bottom: 5px;
}
.panel {
  text-align: center;
}
.panel:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
.panel-body {
  padding: 0px;
  text-align: center;
}
.panel-heading {
  background-color: #f6bb24;
}
.the-price {
  background-color: rgba(220, 220, 220, 0.17);
  box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
  padding: 20px;
  margin: 0;
}
.the-price h1 {
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.subscript {
  font-size: 0.5em;
}
/* CSS-only ribbon styles */
.cnrflash {
  /* Position correctly within container */
  position: absolute;
  top: -9px;
  right: 4px;
  z-index: 1;
  /* Set overflow to hidden, to mask inner square */
  overflow: hidden;
  /* Set size and add subtle rounding to soften edges */
  width: 100px;
  height: 100px;
  border-radius: 3px 5px 3px 0;
}
.cnrflash-inner {
  /* Set position, make larger then container and rotate 45 degrees */
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 145px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 100% 100%;
  /* Purely decorative effects to add texture and stuff */
  /* Safari and Chrome */
  -ms-transform-origin: 100% 100%;
  /* IE 9 */
  -o-transform-origin: 100% 100%;
  /* Opera */
  -moz-transform-origin: 100% 100%;
  /* Firefox */
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, 0.2) 50%);
  background-size: 4px,auto, auto,auto;
  background-color: #aa0101;
  box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), inset 0 -1px 8px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.cnrflash-inner:before,
.cnrflash-inner:after {
  /* Use the border triangle trick to make it look like the ribbon wraps round it's container */
  content: " ";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border: 8px solid #800000;
}
.cnrflash-inner:before {
  left: 1px;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.cnrflash-inner:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.cnrflash-label {
  /* Make the label look nice */
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
}
.case {
  margin-bottom: 10px;
}
#cases p {
  margin: 0 0 0 0;
}

/*add by crispedge*/
.greybox {
    background-color: #d7d7d7;
    padding: 20px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    top: 170px;
    right: 0;

    color: #616161;
    -webkit-box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.75);
    text-align: left;
}

/* added by crispedge*/
.greybox-mobile {
    background-color: #d7d7d7;
    padding: 20px;

    color: #616161;
    text-align: left;
}

/*add by crispedge*/
.greybox p {
    padding-right: 50px;
    margin-bottom: 10px;
}

/*add by crispedge*/
.text-red {
    color: #E15D46;
}

/*add by crispedge*/
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* added by crispedge*/
.display-block {
    display: block;
    clear: both;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1024px) {
    .planpanel-body {
        height: 700px;
    }
}
