html {
  height: 100%;
  background: #2f3a44;
}
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #444444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #91cc00;
}
a:hover {
  text-decoration: underline;
  color: #91cc00;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: #91cc00;
}
.btn,
a.btn {
  font-weight: 700;
  font-size: 16px;
  outline: none !important;
}
.btn .fa,
a.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.right,
a.btn .fa.right {
  color: #fff;
  margin-right: 0px;
  margin-left: 5px;
}
a.btn-cta,
.btn-cta {
  padding: 10px 20px;
}
a.btn-cta-primary,
.btn-cta-primary,
a.btn-cta-primary:focus,
.btn-cta-primary:focus {
  background: #91cc00;
  border: 2px solid #91cc00;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #77bc00;
  border: 2px solid #77bc00;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary,
a.btn-cta-secondary:focus,
.btn-cta-secondary:focus {
  background: none;
  border: 2px solid #91cc00;
  color: #91cc00;
}
a.btn-cta-secondary .fa,
.btn-cta-secondary .fa,
a.btn-cta-secondary:focus .fa,
.btn-cta-secondary:focus .fa {
  color: #91cc00;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #91cc00;
  border: 2px solid #91cc00;
  color: #fff;
}
a.btn-cta-secondary:hover .fa,
.btn-cta-secondary:hover .fa {
  color: #fff;
}
a.btn-cta-white,
.btn-cta-white,
a.btn-cta-white:focus,
.btn-cta-white:focus {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
a.btn-cta-white:hover,
.btn-cta-white:hover {
  background: #91cc00;
  border: 2px solid #91cc00;
  color: #fff;
}
a.btn-ghost,
.btn-ghost {
  background: none;
  border: 1px solid #a3b1bf;
  color: #fff !important;
  padding: 18px 20px 15px;
  vertical-align: middle;
}
a.btn-ghost:hover,
.btn-ghost:hover {
  background: #4a6781;
  border: 1px solid #4a6781;
  color: #fff;
}
a.btn-ghost .fa,
.btn-ghost .fa {
  margin-right: 10px;
  font-size: 22px;
}
a.btn-ghost .text,
.btn-ghost .text {
  position: relative;
  top: -2px;
}
.highlight {
  color: #91cc00;
}
.highlight-blue {
  color: #00bdf4;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  font-size: 16px;
  border-width: 2px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a6a6a6;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a6a6a6;
}
.form-control:focus {
  border-color: #00bdf4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .form-group {
  margin-bottom: 18px;
}
#contact-form .form-group.left {
  padding-right: 8px;
}
#contact-form .form-group.right {
  padding-left: 8px;
}
textarea.form-control {
  height: 240px;
  resize: none;
}
.text-highlight {
  color: #952410;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
#topcontrol {
  background: #6c7982;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 30;
}
#topcontrol:hover {
  background: #262e36;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.video-container iframe {
  max-width: 100%;
}

/* ======= Header ======= */
.header {
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 40;
  height: 80px;
}
.header.scrolled {
  height: 80px;
  top: 0;
}
.header.scrolled .main-nav .nav .nav-item a {
  color: #6c7982;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  background: #91cc00;
  border-color: #91cc00;
}
.header.scrolled .main-nav .nav .dropdown-menu a {
  color: #fff;
}
.header h1.logo {
  margin-top: 24px;
  margin-bottom: 0;
  float: left;
  margin-left: 30px;
}
.header h1.logo a {
  padding: 0;
  display: inline-block;
  width: 164px;
  height: 40px;
  background-image: url('../png/logo-reverse.png');
  background-size: contain;
  image-rendering: optimizequality;
}
.header h1.logo a:hover {
  text-decoration: none;
}
.header h1.logo .logo-title {
  vertical-align: middle;
  line-height: 1.6;
}
.header .main-nav {
  margin-top: 15px;
  margin-right: 30px;
}
.header .main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.header .main-nav .navbar-toggle:focus {
  outline: none;
}
.header .main-nav .navbar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 0.6);
  height: 3px;
}
.header .main-nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: 700;
  font-size: 15px;
  margin-right: 15px;
}
.header .main-nav .nav .nav-item.active a {
  color: #91cc00;
  background: none;
  font-weight: bold;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 14px 10px;
  margin-top: 5px;
  font-size: 15px;
}
/* Chatroll mod - make "Sign Up Free" button green even when content is not scrolled! */
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  background: #91cc00;
  border-color: #91cc00;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
  border: 2px solid #91cc00;
  background: #91cc00;
}
.header .main-nav .nav .nav-item a {
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 7px 10px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #91cc00;
  background: rgba(0, 0, 0, 0.1);
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #91cc00;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
  /*margin-left: 10px;*/
}
.header .main-nav .nav.active {
  position: relative;
}
.header .main-nav .nav.active > a {
  background: #e74124;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.header .main-nav .nav.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.header .main-nav .nav.active > a.dropdown-toggle:before {
  display: none;
}
.header .main-nav .nav.open a {
  background: none;
}
.header .main-nav .nav .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 180px;
  background: #262e36;
}
.header .main-nav .nav .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #262e36;
  position: absolute;
  right: 30px;
  top: -10px;
}
.header .main-nav .nav .dropdown-menu a {
  border-bottom: 1px solid #212e3a;
  padding: 8px 20px;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.header .main-nav .nav .dropdown-menu a:hover {
  background: #2f3a44;
  color: #fff;
}
/* Override bootstrap default */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
/* ======= Headline Background & Slideshow ======= */
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 780px;
  background: #373737;
}
.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* Don't fade in first slide; see: https://github.com/woothemes/FlexSlider/issues/848 */
.flexslider.loading .slides > li:first-child { opacity: 1 !important; }

.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 780px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
  background: #253340 url('../jpg/bg-header-4.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-2 {
  background: #253340 url('../jpg/bg-header-1.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
  background: #253340 url('../jpg/bg-header-2.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 30;
  bottom: 30px;
  position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: #999999;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: #bfbfbf;
}

.headline-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #2f3a44 url('../png/bg-chatroll-dark.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headline-bg.pricing-headline-bg {
  height: 400px;
}
.headline-bg.integration-headline-bg {
  height: 400px;
}
.headline-bg.about-headline-bg {
  height: 400px;
}
.headline-bg.contact-headline-bg {
  height: 400px;
}
.headline-bg.reviews-headline-bg {
    background-image: url('../jpg/bg-header-small-3.jpg');
}
.headline-bg.customers-headline-bg {
  background-image: url('../png/bg-chatroll-dark.png');
}
.headline-bg.small-headline-bg {
  height: 300px;
}
.headline-bg.xsmall-headline-bg {
  height: 200px;
}
.headline-bg.integration-landing-headline-bg {
  height: 580px;
}

/* ======= Promo ======= */
.promo {
  padding-top: 120px;
  position: relative;
  color: #fff;
  margin-bottom: 80px;
  z-index: 10;
}
.promo.section .content {
  padding-top: 30px;
  text-align: left;
}
.promo .title {
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);*/
}
.promo.section .intro {
  font-size: 18px;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.promo.section .btn-row {
  text-align: left;
}
.promo.section .btn-cta-hero {
  margin-left: 0px;
}
a.btn-cta-hero {
  font-size: 24px;
}
.promo .btn-link {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}
.promo .btn-link:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
}
.promo .btn-link:focus {
  outline: none;
}
.promo .btn-link .fa {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
/* Index Page Video */
/* Resizes responsively; see: http://stackoverflow.com/questions/12121090/responsively-change-div-size-keeping-aspect-ratio */
.promo-video-wrapper {
  position:absolute;
  top: 440px; /* Absolutely positioning this is more predictable; since the content above can change height! */
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  max-width: 900px;
  border-radius: 20px;
  background: black;
}
.promo-video-wrapper:after {
  padding-top: 56.25%; /* 16:9 ratio */
  display: block;
  content: '';
}
.promo-video-preview {
  cursor:pointer;
  position: absolute;
  top: 20px;
  bottom: 0px;
  right: 20px;
  left: 20px;
  text-align: center;
  /* Video preview image */
  background-color: #fff;
  background-image: url('../video-cover-image.html');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* Play button (NOTE: Clicking anywhere on the preview starts the video; this is just for appearance) */
.promo-video-preview .fa {
  padding-top: 30px;
  font-size: 80px;
  color: #00bdf4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.promo-video-preview:hover .fa {
  color: #00bdf4;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .promo-video-wrapper {
    top: 280px;
    border-radius: 10px;
  }
  .promo-video-preview .fa {
    padding-top: 15px;
    font-size: 60px;
  }
  .promo-video-preview {
    top: 10px;
    bottom: 0px;
    right: 10px;
    left: 10px;
  }
}
@media (max-width: 600px) {
  .promo-video-wrapper {
    width: 80%;
    top: 300px;
  }
  .promo-video-preview .fa {
    font-size: 40px;
  }
}
/* Video Lightbox */
.lity {
  background: rgba(0, 0, 0, .5);
}
.lity-iframe .lity-container {
  max-width:85%;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .lity-iframe .lity-container {
    max-width:100%;
  }
}

/* ======= For common [button] or [button] pattern to add vertical padding when stacked ======= */
p.btn-row {
  text-align: center;
}
p.btn-row .btn-cta {
  vertical-align: middle;
  margin: 0 8px 8px 8px;
}

/* ======= sections-wrapper ======= */
.sections-wrapper {
  background: #fff;
  z-index: 20;
  position: relative;
}
.section .intro {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  color: #999999;
  font-size: 20px;
}
.section-on-bg .title {
  color: #fff;
}
.section-on-bg .intro {
  color: #fff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* ======= Product Page Why ======= */

.product-why {
  background: #00bdf4;
  background-image: url("../png/bg-feature-1.png");
  background-position: top center;
  background-size: cover;
}
.product-why .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #fff;
}
.product-why .intro {
  color: #fff;
  margin-bottom: 80px;
  font-size: 20px;
  max-width: 800px;
}
/* ======= Product Page Language Support ======= */

.product-language {
  background: #00bdf4;
  background-image: url("../png/bg-section-1.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.product-language .product-feature-inner .item .lead {
  padding: 80px 0 0;
  margin: 0 auto 20px;
  max-width: 700px;
}
.product-language .product-feature-inner .item {
  padding: 0;
}
.product-feature-section.product-language .item .title {
  color: #ffffff;
}
.product-feature-section.product-language .item p {
  color: #2f3a44;
}
.product-feature-section.product-language .item .product-feature-list {
  padding-bottom: 60px;
}
.product-feature-section.product-language .item .product-feature-list h4 {
  color: #2f3a44;
}
.product-feature-section.product-language .item .product-feature-list h3 {
  color: #2f3a44;
  margin-bottom: 0;
}
.product-feature-section.product-language .item .product-feature-list ul {
   margin-bottom: 0;
 }
.product-language .product-feature-list h3 .fa-check {
  color: #b3f11a;
}

/* ======= Why ======= */

.why {
  padding-top: 50px;
  margin-bottom: 80px;
  background: #00bdf4;
  background-image: url("../png/bg-feature-1.png");
  background-position: center center;
  background-size: cover;
}
.why .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff;
}
.why .intro {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
}
.why-features {
  padding-top: 30px;
  padding-bottom: 60px;
}
.why-features .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.why-features .item.last-item {
  border-bottom: none;
}
.why-features .item .feature-icon {
  margin-bottom: 30px;
}
.why-features .item .feature-icon img {
  width: 60px;
  height: 60px;
}
.why-features .item .title {
  font-size: 22px;
  color: #2f3a44;
  margin-top: 0;
  margin-bottom: 15px;
}
.why-features .item .desc {
  margin-bottom: 40px;
  font-size: 16px;
  color: #6c7982;
}
.why-features .item .desc .fa {
  margin-right: 5px;
}
.why-features .item .quote {
  position: relative;
}
.why-features .item .quote .quote-profile {
  position: absolute;
  left: 0;
}
.why-features .item .quote .quote-content {
  margin-left: 90px;
  background: #f5f5f5;
  border-left: 4px solid #e8e8e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  padding: 15px;
}
.why-features .item .quote .quote-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e8e8e8;
  position: absolute;
  left: 80px;
  top: 25px;
}
.why-features .item .quote blockquote {
  border-left: none;
  font-style: italic;
  color: #6c7982;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
}
.why-features .item .quote .source {
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
}
.why-features .item .quote .source a {
  color: #999999;
}
.why-features .item .quote .source a:hover {
  color: #808080;
}
.why .figure {
  position: relative;
  text-align: center;
  margin-bottom: -120px;
}
.why .figure .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
.why .figure .figure-caption a {
  color: #b3b3b3;
}
.why .figure .figure-caption a:hover {
  color: #91cc00;
}
.why .figure img {
  margin-left: auto;
  margin-right: auto;
}
.why .control {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -65px;
}
.why .control .play-trigger {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  text-align: center;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.why .control .play-trigger:active,
.why .control .play-trigger:focus {
  outline: none;
}
.why .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.why .control .play-trigger:hover .fa {
  cursor: pointer;
}
.why .control .play-trigger .fa {
  font-size: 26px;
  position: relative;
  left: 2px;
}
.why-features .feature-lead {
  margin-top: 60px;
}
.why-features .feature-lead .title {
  font-size: 20px;
  margin-bottom: 15px;
}

/* ======= Testimonials ======= */
.testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonials .carousel {
  padding-top: 20px;
}
.testimonials .carousel-indicators {
  bottom: -20px;
  z-index: auto;
}
.testimonials .carousel-indicators li {
  background: #cccccc;
  border: none;
  margin: 1px;
}
.testimonials .carousel-indicators li.active {
  background: #00bdf4;
  border: none;
  width: 10px;
  height: 10px;
  margin: 1px;
}
.testimonials .title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 60px;
}
.testimonials .item .profile {
  position: absolute;
  left: 0;
  height:100%;
}
.testimonials .item .profile div {
  display: inline-block;
  height:100%;
  vertical-align: middle;
}
.testimonials .item .profile img {
  vertical-align: middle;
  width:150px;
}
.testimonials .item .content {
  padding-left: 210px;
}
.testimonials .item blockquote {
  font-size: 20px;
  border-left: 0;
  padding: 0;
  position: relative;
}
.testimonials .item blockquote .fa {
  position: absolute;
  color: #00bdf4;
  font-size: 22px;
  left: -45px;
}
.testimonials .item .source {
}
.testimonials .item .source .title {
  font-size: 15px;
  color: #6c7982;
}

/* ======= Reviews ======= */

.testimonials.reviews {
  background: transparent;
  padding-top: 30px;
  padding-bottom: 40px;
}
.testimonials .carousel-inner.review {
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0;
}
.testimonials .carousel-inner.review:last-child {
  border-bottom: none;
}
.testimonials.reviews .item .profile img {
  width: 130px;
}


/* ======= Press ======= */
.press-inner {
  margin: 0 auto;
  max-width: 970px;
  padding: 0 20px;
}
.press {
  padding-top: 50px;
  padding-bottom: 30px;
}
.press .title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
  color: #6c7982;
}
.press .press-list {
  text-align: center;
}
.press .press-list.last {
  margin-bottom: 15px;
}
.press .press-list li {
  display: block;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.press .press-list li img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.press .press-list li:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.press .press-lead .title {
  font-size: 18px;
  margin-bottom: 15px;
}
/* ======= cta-section ======= */
.cta-section {
  background: #253340 url('../jpg/bg-header-small-1.jpg') no-repeat center center;
  background-size: cover;
  /*min-height: 280px;*/
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  border: none;
}
.cta-section.pricing-cta-section {
  background-image: url('../jpg/bg-header-small-1.jpg');
}
.cta-section.contact-cta-section {
  background-image: url('../jpg/bg-header-small-6.jpg');
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-section .title {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
}
.cta-section .btn-cta {
  font-size: 20px;
}
.cta-section.contact-cta-section .intro {
  margin-bottom: 0;
}
.cta-section .intro {
  margin-bottom: 15px;
  color: #fff;
}
.cta-section .counting {
  color: #00bdf4;
  font-weight: bold;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* ======= Features video ======= */
.features-video {
  padding-top: 170px;
  position: relative;
  z-index: 10;
}
.features-video .title {
  font-size: 36px;
  margin-bottom: 60px;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}
.features-video .video-container {
  max-width: 800px;
  margin: 0 auto;
}
.features-video iframe {
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

/* ======= Features tabs ======= */
.features-tabbed {
  padding-top: 80px;
  padding-bottom: 80px;
}
.features-tabbed .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
.features-tabbed .tab-content {
  padding: 60px 30px;
}
.features-tabbed .tab-content .title {
  font-size: 16px;
  color: #f19180;
  font-weight: bold;
  margin-bottom: 30px;
}
.features-tabbed .tab-content .desc {
  margin-bottom: 30px;
  color: #6c7982;
}
.features-tabbed .tab-content .desc ul {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.features-tabbed .tab-content .desc ul li {
  margin-bottom: 10px;
}
.features-tabbed .tab-content .desc ul .fa {
  color: #91cc00;
  margin-right: 5px;
}
.features-tabbed .tab-content .desc blockquote {
  font-style: italic;
  color: #808080;
}
.features-tabbed .tab-content .desc .table {
  font-size: 14px;
  padding: 15px 0;
}
.features-tabbed .tab-content .desc .box {
  background: #f5f5f5;
  padding: 30px;
  font-size: 14px;
}
.features-tabbed .tab-content .figure {
  margin-bottom: 60px;
}
.features-tabbed .tab-content .figure img {
  margin: 0 auto;
}
.features-tabbed .tab-content .figure .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
.features-tabbed .tab-content .figure .figure-caption a {
  color: #b3b3b3;
}
.features-tabbed .tab-content .figure .figure-caption a:hover {
  color: #91cc00;
}
.nav-tabs {
  border: none;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  position: relative;
}
.nav-tabs:before {
  content: "";
  display: block;
  border-bottom: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
}
.nav-tabs > li {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #eeeeee;
  border-right: none;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 0px;
  color: #999999;
  padding: 15px 30px;
  font-size: 14px;
  background: #fafafa;
  border: none;
}
.nav-tabs > li > a .fa {
  font-size: 20px;
}
.nav-tabs > li > a:hover {
  background: #f5f5f5;
}
.nav-tabs > li.active {
  border-top-color: #91cc00;
  border-bottom-color: #fff;
}
.nav-tabs > li.active > a {
  color: #91cc00;
  background: #fff;
  -webkit-box-shadow: inset 0 3px 0 #91cc00;
  -moz-box-shadow: inset 0 3px 0 #91cc00;
  box-shadow: inset 0 3px 0 #91cc00;
  border: none;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}
.nav-tabs > li.active:hover > a {
  border-top: 0;
  border: none;
  color: #91cc00;
}
.nav-tabs > li.last {
  border-right: 1px solid #eeeeee;
}
/* ======= Steps ======= */
.steps {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 0px;
}
.steps-inner {
    padding:20px 40px;
    display: inline-block;
}
.steps .title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  color: #2f3a44;
}
.steps .step {
  padding: 0px 50px;
  color: #6c7982;
}
.steps .step .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.steps .step .title .number {
  width: 90px;
  height: 90px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  background: #a3b1bf;
  border: 5px solid #a3b1bf;
  color: #fff;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 26px;
  font-weight: bold;
  font-family: arial, sans-serif;
  margin-bottom: 20px;
}
.steps .step .title .text {
  color: #2f3a44;
  font-weight: bold;
  font-size: 22px;
}
.steps .btn-cta-primary {
  margin: 0 auto;
}

/* ======= Product ======= */
.product-section {
  padding-top: 140px;
  position: relative;
}
.product-section .title {
  font-size: 46px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}
.product-section .intro {
  margin-bottom: 30px;
}
.product-section figure {
  padding: 0 20px;
  image-rendering: optimizequality;
}
.product-section figure.why-head {
    margin-top: -86px;
}
.product-section figure.product-head {
  margin-top: 0;
}
.product-section .lead {
  color: #6c7982;
  font-size: 22px;
  font-weight: 500;
  margin: 40px 60px 0;
  text-align: center;
  margin: 10px auto 20px;
  max-width: 700px;
}
.product-feature-section {
  padding-bottom: 0px;
  padding-top: 0px;
}
.product-feature-inner {
  max-width: 970px;
  margin: 0 auto;
}
.product-feature-inner .item .lead {
  text-align: center;
  padding: 60px 0 30px;
}
.product-feature-section.green {
  background: #91cc00;
}
.product-feature-section.green .item .title {
  color: #ffffff
}
.product-feature-section.green .item p {
  color: #2f3a44
}
.product-feature-section.dark {
  background: #f5f5f5;
  overflow: hidden;
}
.product-feature-section.dark .item {
  border-bottom: none;
}
.product-feature-section.dark .item .content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-feature-section.dark .figure {
  overflow: hidden;
}
.product-feature-section.dark .figure.img-20 {
  margin-top: -20px;
}
.product-feature-section .row, .product-section .row {
  margin: 0 auto;
}
.product-feature-section .item {
  padding: 60px 0;
  min-height: 350px;
  margin: 0 10px;
}
.product-feature-section .item p {
  font-size: 16px;
  color: #6c7982;
}
.product-feature-section .item p .blue {
  color: #00bdf4;
  font-weight: bold;
}
.product-feature-section .item.last-item {
  border-bottom: none;
}
.product-feature-section .item .content {
  margin-top: 20px;
}
.product-feature-section .figure img {
  margin-left: auto;
  margin-right: auto;
  image-rendering: optimizequality;
}
.product-feature-section .item .title {
  color: #2f3a44;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 700;
  margin-top: 0;
}
.product-feature-section .item .title.big {
  font-size: 40px;
  margin-top: 0;
}

/* Product feature list */
.product-feature-list {
  padding-top:20px;
}
.product-feature-list h4 {
  margin-bottom:30px;
  font-weight: 700;
  color: #6c7982;
  font-size: 15px;
}
.product-feature-list h3 {
  color:#2f3a44;
  font-weight:700;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 1.3em;
}
.product-feature-list h3 .fa-check {
  color:#91cc00;
  margin-right:3px;
}
.product-feature-section ul li {
  padding-bottom: 16px;
}
.product-feature-section .item .product-feature-list p {
  color: #6c7982;
  margin-bottom: 0;
  font-size: 15px;
}

/* Product feature groups */
.product-feature-group {
  clear:both;
  padding-top:40px;
  padding-bottom:0px;
}
.product-feature-group h4 {
  margin-bottom:45px;
  font-weight: 700;
  color: #6c7982;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}
.product-feature-group .product-feature-item {
  margin-bottom: 20px;
  padding: 0 10px;
}
.product-feature-group .product-feature-item .item-inner {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
  border: 1px solid #e9e9e9;
  width: 100%;
}
.product-feature-group .product-feature-item .item-inner .logo {
  padding-bottom: 10px;
  height: 70px;
}
.product-feature-group .product-feature-item .item-inner .logo img {
  max-width: 120px;
  max-height: 50px;
}
.product-feature-group .product-feature-item .item-inner .thumb {
  max-width: 300px;
  display: table-cell;
}
.product-feature-group .product-feature-item .item-inner .disc {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  margin-left: 20px;
}
.product-feature-group .product-feature-item .item-inner h3 {
  color:#2f3a44;
  font-weight:700;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 1.3em;
}
.product-feature-group .product-feature-item .item-inner h3 .fa-check {
  color:#91cc00;
  margin-right:3px;
}
.product-feature-group .product-feature-item .item-inner p {
  color: #6c7982;
  margin-bottom: 0;
  font-size: 15px;
}


/* ======= Live Demo ======= */
.demo-content-box {
  margin-bottom: 20px;
  padding:20px 40px;
  min-height: 410px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.demo-content-box h3 {
  margin-bottom: 20px;
}
.demo-content-box .info-text {
  padding:10px 15px;
  border-radius: 3px;
  background-color: #d9edf7;
  margin-bottom: 40px;
  color: #2f3a44;
}
.page-content .demo-content-box ul li {
  padding-bottom: 20px;
  padding-left: 1.3em;
}
.page-content .demo-content-box ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #b3f11a;
}
.page-content .demo-content-box ul {
  margin-right: 20px;
  color: #6c7982
}

/* ======= Pricing ======= */
.pricing {
  padding: 80px 0 0 0;
  padding-top: 140px;
  position: relative;
  z-index: 10;
}
.pricing .title {
  font-size: 46px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}
.pricing .intro {
  color: #fff;
  margin-bottom: 60px;
}
.pricing .item {
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.pricing .item.price-3 {
  z-index: 1;
}
.pricing .item.best-buy {
  top: -15px;
  z-index: 10;
  position: relative;
}
.pricing .item.best-buy .item-inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .item.best-buy .item-inner:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.pricing .item.best-buy .heading {
  padding-top: 35px;
}
.pricing .item.best-buy .content {
  padding-bottom: 35px;
}
.pricing .item .item-inner {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.pricing .item .item-inner:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .item .heading {
  margin-top: 0;
  padding: 20px 20px 20px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .item .heading .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  border-bottom: 1px dashed #eeeeee;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.pricing .item .heading .btn {
  width: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pricing .item .heading .price-1 {
  background: #7c8487;
  border-color: #7c8487;
}
.pricing .item .heading .price-1:hover {
  background: #6c7376;
  border-color: #6c7376;
}
.pricing .item .heading .price-2 {
  background: #0097c3;
  border-color: #0097c3;
}
.pricing .item .heading .price-2:hover {
  background: #0084ab;
  border-color: #0084ab;
}
.pricing .item .heading .price-3 {
  background: #cc8b0b;
  border-color: #cc8b0b;
}
.pricing .item .heading .price-3:hover {
  background: #b27a09;
  border-color: #b27a09;
}
.pricing .item .heading .price-4 {
  background: #cc4400;
  border-color: #cc4400;
}
.pricing .item .heading .price-4:hover {
  background: #b23c00;
  border-color: #b23c00;
}
.pricing .item .content {
  padding: 10px 15px 20px;
  font-size: 14px;
}
.pricing .item .content .text-info {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Bootstrap Slider CSS */
.slider.slider-horizontal {
  width:75%;
  margin-top:5px;
  margin-bottom:5px;
}
.slider.slider-horizontal .slider-track {
  background-color: rgba(0, 0, 0, 0.2);
  background-image:none;
  filter: none;
}
.slider.slider-horizontal .slider-selection {
  cursor: pointer;
  background-color: #91cc00;
  background-image:none;
  filter: none;
}
.slider.slider-horizontal .slider-tick {
  cursor: pointer;
  background-color: #eee;
  background-image:none;
  filter: none;
  opacity: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}
.slider.slider-horizontal .tick-slider-selection {
  background-color: #91cc00;
  background-image:none;
  filter: none;
}
.slider.slider-horizontal .slider-tick.in-selection {
  background-color: #91cc00;
  background-image:none;
  filter: none;
}
.slider.slider-horizontal .slider-handle {
  cursor: pointer;
  background-color: #ffffff;
  background-image:none;
  filter: none;
  outline: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
/* END Bootstrap Slider CSS */

.pricing .item .price-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  padding-bottom: 20px;
}
.pricing .item .price-figure .number {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.pricing .item .price-figure .plan-capacity {
  font-size:24px;
  font-weight: 700;
  color: #fff;
}
.pricing .item .price-figure .plan-price {
  font-size:32px;
  font-weight: 700;
  color: #fff;
}
.pricing .item .price-figure .plan-price .per-month {
  font-size:16px;
}
.pricing .item .price-figure .fa.fa-question-circle {
  margin-left:5px;
  font-size:18px;
}
.pricing .item .price-figure .fa.fa-question-circle::before {
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
}
.pricing .item .price-figure .unit {
  font-weight: 400;
  color: #fff;
}
.pricing .item .price-figure .currency {
  top: -12px;
  right: 2px;
  position: relative;
  font-family: arial, sans-serif;
  color: #fff;
  font-size: 28px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.pricing .item .price-figure .quote {
  position: relative;
  color: #fff;
  font-size: 23px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.pricing .item .ribbon {
  position: absolute;
  top: -5px;
  right: -6px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.pricing .item .ribbon .text {
  position: relative;
  left: -10px;
  top: 21px;
  width: 158px;
  padding: 10px 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #2f3a44;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
  letter-spacing: 0.2em;
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
  left: 0;
}
.pricing .item .ribbon .text:after {
  right: 0;
}
.pricing .item .feature-list {
  margin-bottom: 0px;
}
.pricing .item .feature-list li {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}
.pricing .item .feature-list li:last-child {
  border-bottom: none;
}
.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #91cc00;
}
.pricing .item .feature-list li .fa.fa-question-circle::before {
  color: #cccccc;
  cursor: pointer;
}
.pricing .item .feature-list li.disabled {
  color: #bbbbbb;
}
.pricing .item .feature-list li.disabled .fa {
  color: #bbbbbb;
}

.pricing .feature-info-icon {
  margin-left:5px;
}

/* Plan Size Calculator styles */
.calculator-value {
  color: #91cc00;
  font-size: 28px;
  font-weight: 300;
}
.calculator-label {
  margin-top:4px;
}
.calculator-label .fa.fa-question-circle::before {
  font-size:1.1em;
  margin-left:2px;
  color: #cccccc;
  cursor: pointer;
}
.calculator-plan-name {
  padding-top:6px;
  font-size: 20px;
}

/* ======= Download Apps ======= */
.download-page .headline-bg {
  height: 1200px;
  background: #253340 url('../bg-mobile-headline.html') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.apps-section {
  min-height: 900px;
  padding-top: 160px;
}
.apps-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}
.apps-section .intro {
  text-align: left;
  margin-bottom: 60px;
}
.apps-section .phone-holder {
  width: 324px;
  height: 651px;
  display: block;
  background: url('../iphone.html') no-repeat left top;
  position: relative;
}
.apps-section .phone-holder .screenshot {
  position: absolute;
  left: 21px;
  top: 75px;
}
.apps-section .content-area .download-list li {
  margin-bottom: 15px;
}
.apps-section .content-area .download-list li .btn {
  width: 220px;
  text-align: left;
}
.apps-section .content-area .info {
  margin-top: 60px;
  margin-bottom: 60px;
  background: rgba(31, 51, 64, 0.8);
  padding: 30px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.apps-section .content-area .info .title {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}
/* ======= FAQ Section ======= */
.faq {
}
.faq .title {
  color: #2f3a44;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
}
.faq h3 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 700;
}
.faq .panel {
  background: #fff;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.faq .panel:hover {
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}
.faq .panel .panel-heading {
  padding: 0;
  text-decoration: none;
}
.faq .panel .panel-heading:hover {
  color: #91cc00;
}
.faq .panel .panel-body {
  padding: 0 30px 20px;
  color: #6c7982;
}
.faq .panel .panel-title {
  font-weight: normal;
  color: #2f3a44;
  font-size: 18px;
  padding: 15px 20px;
}
.faq .panel .panel-body ul {
  padding-top: 8px;
}
.faq .panel .panel-body ul li {
  padding-bottom: 0;
}
.faq .panel .panel-title a {
  text-decoration: none;
}
.faq .panel .panel-title .active {
}
.faq .panel .panel-title .fa {
  margin-left: 10px;
  color: #6c7982;
  float: right;
}
.faq .panel .panel-title:hover .fa, .faq .panel .panel-title:hover  {
  color: #91cc00;
}
.faq .contact-lead {
  margin-top: 30px;
}
.faq .contact-lead .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
/* ======= Contact section ======= */
.contact-section {
  padding: 80px 0;
  padding-top: 90px;
  position: relative;
  z-index: 10;
}
.contact-section .title {
  font-size: 46px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.contact-section .intro {
  margin-bottom: 60px;
}
.contact-section .contact-form .contact-form-inner {
  background: #fff;
  padding: 40px 30px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  max-width: 700px;
  margin: 0 auto;
}
.contact-section .contact-form .error {
  color: #91cc00;
  font-family: arial, sans-serif;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 300;
}
.contact-background {
  background: #f5f5f5 none repeat scroll 0 0;
  height: 800px;
  position: absolute;
  top: 500px;
  width: 100%;
}
/* ======= Contact-other section ======= */
.contact-other-section {
  margin-bottom: 40px;
  padding-top: 140px;
  position: relative;
  z-index: 10;
}
.contact-other-section .title {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
.contact-other-section .other-info li {
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  color: #6c7982;
  text-align: left;
  padding-left: 80px;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact-other-section .other-info li a {
  color: #6c7982;
}
.contact-other-section .other-info li a:hover {
  color: #91cc00;
}
.contact-other-section .other-info li .fa {
  position: absolute;
  left: 0;
  top: 0;
  background: #91cc00;
  color: #fff;
  width: 60px;
  height: 100%;
  font-size: 20px;
  padding-top: 15px;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact-other-section ul {
  padding-top: 20px;
}
.contact-other-section .other-info li .fa.fa-twitter {
  font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-phone {
  font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-map-marker {
  font-size: 22px;
  padding-top: 45px;
}
.contact-other-section .contact-other-container-inner {
  background: #fff none repeat scroll 0 0 padding-box;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 700px;
  min-height: 300px;
  padding: 30px;
  text-align: left;
}
.contact-other-section .contact-other-container-inner p {
  margin-top: 20px;
}
/* ======= Map section ======= */
.map-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.map-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
.map-section .gmap-wrapper {
  padding: 10px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.map-section .gmap {
  height: 400px;
  text-align: left;
  font-weight: normal;
}
.map-section .gmap,
.map-section .gmap *,
.map-section .gmap *:before,
.map-section .gmap *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.map-section .gmap .title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}
.map-section .gmap .gm-style-iw {
  width: 150px;
}
/* ======= Blog Slideshow ======= */
.blog-slider {
  margin-bottom: 60px;
  margin-top: 80px;
  border: none;
  height: 400px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog-slider .slide {
  display: block;
  height: 400px;
  background-color: #253340;
}
.blog-slider .slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10;
}
.blog-slider .slide.slide-1 {
  background: #253340 url('../post-1.html') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-slider .slide.slide-2 {
  background: #253340 url('../post-2.html') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-slider .slide.slide-3 {
  background: #253340 url('../post-3.html') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-slider .slide.slide-4 {
  background: #253340 url('../post-4.html') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-slider .flex-control-nav {
  bottom: 15px;
  z-index: 10;
}
.blog-slider .flex-control-nav li a {
  background: #5e5e5e;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.blog-slider .flex-control-nav li a.flex-active {
  background: #fff;
}
.blog-slider .flex-direction-nav a {
  text-shadow: none;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 50px;
  display: block;
}
.blog-slider .flex-direction-nav a.flex-prev {
  left: 5%!important;
}
.blog-slider .flex-direction-nav a.flex-prev:before {
  content: "";
  text-indent: -9999px;
  background: url('../png/carousel-arrow-prev.png') no-repeat left top;
  display: block;
  width: 30px;
  height: 50px;
}
.blog-slider .flex-direction-nav a.flex-next {
  right: 5%!important;
}
.blog-slider .flex-direction-nav a.flex-next:before {
  content: "";
  text-indent: -9999px;
  background: url('../png/carousel-arrow-next.png') no-repeat right top;
  display: block;
  width: 30px;
  height: 50px;
}
.blog-slider:hover .flex-prev {
  left: 5%!important;
}
.blog-slider:hover .flex-next {
  right: 5%!important;
}
.blog-slider .flex-caption {
  padding-top: 90px;
  position: relative;
  z-index: 20;
  text-align: center;
  color: #fff;
}
.blog-slider .flex-caption a {
  color: #fff;
}
.blog-slider .flex-caption .title {
  font-size: 42px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 0;
}
.blog-slider .flex-caption .title a:hover {
  text-decoration: none;
}
.blog-slider .flex-caption .meta {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin-bottom: 30px;
}
.blog-slider .flex-caption a.more-link {
  color: #fff;
}
.blog-slider .flex-caption a.more-link:hover {
  color: #91cc00;
}
/* Blog homepage */
.blog-list .post {
  padding: 0 15px;
  margin-bottom: 30px;
}
.blog-list .post .post-inner {
  padding: 0px;
  position: relative;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.blog-list .post .post-thumb {
  background: #253340;
  overflow: hidden;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-list .post .post-thumb img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  text-align: center;
}
.blog-list .post .post-thumb img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.blog-list .post .content {
  padding: 30px;
  padding-bottom: 15px;
  color: #6c7982;
}
.blog-list .post .content .post-title {
  margin-top: 0;
  font-size: 18px;
}
.blog-list .post .content .post-title a {
  color: #253340;
}
.blog-list .post .content .post-entry {
  margin-bottom: 15px;
}
.blog-list .post .content .meta {
  font-size: 13px;
  color: #999999;
  margin-bottom: 0;
}
.blog-list .post .content .meta ul {
  margin-left: 0;
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}
.blog-list .post .content .meta li:first-child {
  padding-left: 0;
}
.blog-list .post .content .meta li .fa {
  margin-right: 5px;
}
.blog-list .post .content .meta li a {
  color: #999999;
}
.blog-list .post .content .meta li a:hover {
  color: #91cc00;
}
/* Single blog post */
.blog-entry-wrapper {
  padding-bottom: 80px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading {
  margin-bottom: 60px;
  position: relative;
  height: 500px;
  background: #253340 url('../post-2.html') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .container {
  position: relative;
  z-index: 11;
  max-width: 700px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 120px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .title {
  margin-bottom: 30px;
  font-size: 42px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta {
  font-size: 18px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a {
  color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a:hover {
  color: #fff;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta .fa {
  margin-right: 5px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top {
  position: absolute;
  z-index: 11;
  width: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 14px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.blog-entry-wrapper .blog-entry .blog-entry-content {
  font-size: 18px;
  line-height: 1.6;
  color: #6c7982;
}
.blog-entry-wrapper .blog-entry .blog-entry-content h1,
.blog-entry-wrapper .blog-entry .blog-entry-content h2,
.blog-entry-wrapper .blog-entry .blog-entry-content h3,
.blog-entry-wrapper .blog-entry .blog-entry-content h4,
.blog-entry-wrapper .blog-entry .blog-entry-content h5,
.blog-entry-wrapper .blog-entry .blog-entry-content h6 {
  color: #4a6781;
}
.blog-entry-wrapper .blog-entry .blog-entry-content h1.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h2.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h3.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h4.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h5.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h6.section-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content p {
  margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content ul,
.blog-entry-wrapper .blog-entry .blog-entry-content ol {
  margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content ul li,
.blog-entry-wrapper .blog-entry .blog-entry-content ol li {
  margin-bottom: 15px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure {
  margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a {
  color: #999999;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a:hover {
  color: #91cc00;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style {
  margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li {
  list-style: none;
  margin-bottom: 5px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li .fa {
  margin-right: 10px;
  color: #91cc00;
}
.blog-entry-wrapper .blog-entry .post-nav {
  margin-bottom: 60px;
  margin-top: 60px;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-next {
  float: right;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-next .fa {
  margin-left: 5px;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-previous .fa {
  margin-right: 5px;
}
.blog-entry-wrapper .custom-quote {
  border: none;
  padding: 60px 30px;
  font-family: 'Roboto slab', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
}
.blog-entry-wrapper .custom-quote p {
  color: #6c7982;
  line-height: 1.6;
}
.blog-entry-wrapper .custom-quote .fa {
  color: #91cc00;
  margin-right: 10px;
}
.blog-entry-wrapper .custom-quote .source {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0 !important;
  font-size: 16px;
  text-align: right;
}
.blog-entry-wrapper .custom-quote .source .fa {
  margin-right: 5px;
}
.blog-entry-wrapper .custom-quote .source .name {
  color: #444444;
}
.blog-entry-wrapper .custom-quote .source .title {
  font-size: 16px;
  color: #999999;
}
.blog-entry-wrapper .box {
  padding: 30px;
  background: #f5f5f5;
}
.blog-page .header-blog {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  height: 80px;
}
.blog-page .header-blog .main-nav .nav .nav-item a {
  color: #6c7982;
}
.blog-page .header-blog .main-nav .nav .nav-item a:hover {
  color: #91cc00;
}
.blog-page .header-blog .main-nav .nav .dropdown-menu a {
  color: #fff;
}
.blog-page .header-blog h1.logo a {
  max-width: inherit;
  background: none;
  color: #91cc00;
  padding-left: 0;
  padding-top: 25px;
}
.blog-page .header-blog h1.logo a .sub {
  font-family: "Roboto", arial, sans-serif;
  color: #253340;
  font-weight: 300;
}
.blog-page .header-blog .main-nav .nav .nav-item.last {
  margin-right: 40px;
}
.blog-page .header-blog .main-nav .nav .nav-item.last .fa {
  font-size: 16px;
  margin-right: 5px;
}
/* Blog category page */
.blog-category {
  margin-top: 160px;
}
.blog-category .page-title {
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 36px;
  padding-top: 80px;
}
.blog-category .page-title .fa {
  color: #384d60;
  margin-right: 10px;
  font-size: 30px;
}
.blog-category .blog-list .post .content .post-title {
  font-size: 24px;
}
.blog-category .blog-list .post .content .meta ul {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  padding-top: 5px;
}
.blog-category .blog-category-list .post {
  margin-bottom: 60px;
}
/* Blog archive page */
.blog-archive .blog-list .post .content {
  padding-left: 80px;
}
.blog-archive .post {
  position: relative;
}
.blog-archive .post .date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 30px;
  color: #fff;
}
.blog-archive .post .date-label .month {
  background: #253340;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 0;
}
.blog-archive .post .date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 18px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
  color: #253340;
}

/* ======= Customers Page ======= */
.customers-section {
    padding-top: 140px;
    padding-bottom: 80px;
    position: relative;
    z-index: 10;
}
.customers-section .title {
    font-size: 46px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
    font-weight: 700;
}
.customers-section .customers-container-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
    min-height: 300px;
}
.customers-section .customer {
    padding: 20px 30px;
}
.customers-section .customer .lead {
    font-weight: 500;
    margin-bottom: 50px;
    color: #6c7982;
    font-size: 24px;
}
.customer .industry-list ul {
    margin-bottom: 0;
}
.customer .industry-list ul li {
    margin-bottom: 6px;
}
.customer .industry-list ul li .fa {
    margin-right: 6px;
    color: #77bc00;
}
.customer .industry-list ul li a {
    color: #2f3a44;
}
.customers-overview {
    background: #00bdf4;
    padding: 60px 0 80px;
    background-image: url("../png/bg-section-1.png");
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
}
.customers-overview-inner {
    margin: 0 auto;
    max-width: 970px;
    padding: 0 20px;
}
.customers-overview h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}
.customers-overview p.intro {
    color: #2f3a44;
}
.customers-overview .customer .industry-list ul li a {
    color: #2f3a44;
    font-weight: 700;
    font-size: 15px;
}
.customers-overview .customer .industry-list ul li .fa {
    color: #b3f11a;
}
.customer .card-item {
    padding: 20px 10px 20px;
}
.customer .card-item h3 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 20px;
}
.customer .card-item .desc {
    padding-top: 20px;
}
.customer .customer-group {
    padding: 0 0 40px;
    border-bottom: 1px solid #e8e8e8;
}
.customer .customer-group.last {
    border-bottom: none;
}
.customer .customer-group h2 {
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2f3a44;
}
.customer .customer-group h3 {
  font-weight: 700;
  font-size: 20px;
  color: #2f3a44;
}
.customer .customer-group h4 {
    margin-bottom: 40px;
}

/* ======= Integration Page ======= */
.integration-section {
  padding-top: 140px;
  padding-bottom: 30px;
  position: relative;
}
.integration-section .title {
  font-size: 46px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}
.integration-section .integration-container-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  min-height: 300px;
}
.integration {
  padding: 20px 30px;
}
.integration .lead {
  font-weight: 500;
  margin-bottom: 30px;
  color: #6c7982;
  font-size: 24px;
}
.integration #sidebar {
  height: 100%;
  padding:40px 20px 0 0;
}
.integration #sidebar .nav {
  width: 95%;
}
.integration #sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}
.integration #sidebar li a {
  color: #2f3a44;
  font-weight: 700;
  padding: 10px;
  font-size: 15px;
}
.integration #sidebar li a:hover {
  color: #91cc00;
  background: #f5f5f5;
}

/* Integration groups and buttons */
.integration .integration-group {
    border-bottom: 1px solid #e8e8e8;
    padding: 40px 0 40px;
}
.integration .integration-group.last {
    border-bottom: none;
}
.integration .integration-group .item {
    margin-bottom: 20px;
    padding: 0 10px;
}
.integration .integration-group .item .item-inner {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
  border: 1px solid #e9e9e9;
  min-height: 160px;
  width: 100%;
}
.integration .integration-group .item .item-inner:hover {
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #91cc00;
}
.integration .integration-group .item .item-inner.solution {
  min-height: auto;
}
.integration .integration-group .item .item-inner .logo {
  padding-bottom: 10px;
  height: 70px;
}
.integration .integration-group .item .item-inner .logo img {
    max-width: 120px;
    max-height: 50px;
}
.integration .integration-group .item .item-inner .thumb {
  max-width: 300px;
  display: table-cell;
}
.integration .integration-group .item .item-inner .disc {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  margin-left: 20px;
}
.integration .integration-group .item .item-inner h3 {
    color:#2f3a44;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3em;
}
.integration .integration-group .item .item-inner .disc h3 {
  font-size: 17px;
  padding: 8px 0;
}
.integration .integration-group .item .item-inner h3 a {
  color:#2f3a44;
}
.integration .integration-group .item .item-inner p {
    color: #6c7982;
    margin-bottom: 0;
    font-size: 15px;
}
.integration .integration-group h4 {
  font-weight: 700;
  color: #6c7982;
}
.integration .integration-group h3 {
  font-weight: 700;
  color: #6c7982;
  margin-bottom: 20px;
  margin-top: 8px;
}
.integration .integration-group h2 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    color: #2f3a44;
    font-size: 28px;
    line-height: 1.3em;
}
.integration .integration-group ul {
  display: inline-block;
  margin: 40px 0 0;
  padding-left: 60px;
}
.integration .integration-group ul li {
  list-style: none;
  min-height: 65px;
  padding-right: 22px;
}
.integration .integration-group ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin:0 5px 0 -21px;
  color: #91cc00;
}

.integration.feature {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
.integration.feature figure {
  position: relative;
  padding: 10px 30px 0 0;
}
.integration.feature .subtitle {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  padding-top: 8px;
}
.integration.feature .hook {
  color: #ffffff;
  opacity: 0.8;
  font-size: 17px;
}
.integration.feature .title {
  margin-bottom: 40px;
}
.integration.feature .integration-group {
  padding:55px 0 0;
}
.integration.feature .integration-group.links {
  text-align: center;
  padding: 38px 0 0 0;
}
.integration.feature .integration-group.links .btn {
  margin-bottom: 10px;
}
.integration .btn-integration-video {
  white-space: normal;
  font-size: 15px;
}
.integration .btn-integration-video:hover .fa {
  color: #ffffff;
}
.integration.feature figure .logo {
  height: 9%;
  left: 12%;
  position: absolute;
  top: 9%;
}
.integration.feature figure .logo img {
  height: 100%;
  width: auto;
  position: absolute;
}

/* ======= Small Header Page ======= */
.header-xsmall-section {
  padding-top: 100px;
  position: relative;
  z-index: 10;
  height: 200px;
}
.header-xsmall-section .title {
  font-size: 40px;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}
.header-small-section {
  padding-top: 140px;
  position: relative;
  z-index: 10;
  height: 300px;
}
.header-small-section .title {
  font-size: 46px;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}
.page-content {
  padding: 60px 0 80px;
}
.page-content.has-bg-color {
  background: #f5f5f5;
}
.page-content .lead {
  color: #6c7982;
  font-size: 24px;
  font-weight: 500;
}
.page-content h2, .page-content h3, .page-content h4 {
   color: #2f3a44;
   font-weight: 700;
 }
.page-content ul li {
  padding-bottom: 8px;
}
.page-content .item {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.page-content .item.last {
  border-bottom: none;
}

/* ======= Video Page ======= */
.container-video {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.video {
  background: #f5f5f5;
  padding:40px 0 60px;
}
.video .item {
  margin-bottom: 30px;
  padding: 0 15px;
  border-bottom: 0;
 }
.video .item-inner {
  background: #ffffff;
  padding: 20px 20px 0 20px;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  cursor: pointer;
  min-height: 330px;
  position: relative;
}
.video .item-inner:hover {
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}
.video .item-inner .desc h4 {
  line-height: 1.4em;
  color: #2f3a44;
  font-weight: 700;
  margin-top: 20px;
}
.video .item-inner .desc p {
  color: #6c7982;
  font-size: 15px;
  line-height: 1.4em;
}
.video .item-inner .video-thumb {
  padding: 0;
  background-color:rgba(20,20,20,0.4);
  width: 100%;
  text-align: center;
}
.video .item-inner .video-thumb .fa {
  padding: 40px;
  font-size: 40px;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.video .item-inner .video-thumb .fa:hover {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.video .item-inner .video-thumb .fa:hover, .video .item-inner .desc h4:hover {
  color: #00bdf4;
}

/* ======= CSS Page ======= */
.css .item {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}
.css .item p {
    color: #6c7982;
}
.css .item h2 {
    font-weight: 700;
    margin-bottom: 15px;
}
.css .item h4 {
    font-weight: 700;
    color: #2f3a44;
}
.css .item pre {
    margin-bottom: 40px;
    border: none;
    padding: 20px;
}
.css .item .theme pre  {
    height: 300px;
    overflow: auto;
    font-size: 12px;
}
.css .item .list-position {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    position: relative;
    padding: 10px 20px;
    font-weight: 700;
    margin: 10px 0 20px;
    height: 60px;
}
.css .item .list-position .text {
    float: left;
    padding: 8px 0;
}
.css .item .list-position .dropdown {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: right;
    padding: 6px 10px;
    text-align: center;
    background: #f5f5f5;
    font-weight: 500;
}
.css .item .list-position .dropdown .fa {
    margin-left: 4px;
}


/* ======= About Page ======= */
.story-section {
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
.story-section .title {
  font-size: 46px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}
.story-section .story-container-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
}
.story-section .about {
  padding: 20px 30px;
}
.story-section .about .lead {
  color: #6c7982;
  font-size: 24px;
  font-weight: 500;
}
.story-section .about h3 {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 60px;
  color: #2f3a44;
}
.story-section .belife {
  border-color: #91cc00;
  padding: 15px 30px;
  font-family: 'Roboto slab', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  margin: 60px 30px;
  color: #6c7982;
}
.story-section .press-kit {
  padding-top: 60px;
  padding-bottom: 60px;
}
.story-section .press-kit .title {
  color: #444444;
  font-size: 28px;
}
.story-section .press-kit .btn {
  margin: 30px 0;
}
.story-section .team {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
.story-section .team .title {
  color: #444444;
  font-size: 28px;
}
.story-section .team .member {
  margin-bottom: 30px;
}
.story-section .team .member .member-inner {
  background: #253340;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-align: center;
}
.story-section .team .member .member-inner img {
  margin: 0 auto;
}
.story-section .team .member .member-inner:hover img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.story-section .team .member .member-inner:hover .social {
  visibility: visible;
}
.story-section .team .member .profile {
  background: #253340;
  color: #fff;
  text-align: center;
}
.story-section .team .member .profile .info {
  padding: 15px 0;
}
.story-section .team .member .profile .name {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  font-size: 18px;
}
.story-section .team .member .profile .job-title {
  color: #fff;
  font-size: 14px;
}
.story-section .team .member .social {
  width: 100%;
  top: 50%;
  position: absolute;
  visibility: hidden;
}
.story-section .team .member .social-list {
  display: inline-block;
  margin: 0 auto;
}
.story-section .team .member .social-list a {
  color: #fff;
  background: #253340;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.story-section .team .member .social-list a .fa {
  padding-top: 10px;
  font-size: 18px;
}
.story-section .team .member .social-list a:hover {
  background: #91cc00;
}
/* ======= Modal ======= */
.modal.modal-video .modal-dialog {
  width: 760px;
  margin-top: 90px;
}
.modal.modal-video .modal-body {
  padding: 0;
  padding-top: 0;
}
.modal.modal-video .modal-header {
  border: none;
  padding: 0;
  position: relative;
}
.modal.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.modal-video button.close {
  outline: none;
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: none;
  position: absolute;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}
.modal.modal-video button.close:hover {
  color: #00bdf4;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-backdrop.in {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal-title {
  font-weight: 700;
}
.modal-dialog {
  margin: 100px auto;
}
.modal-header, .modal-body {
  padding: 20px 30px;
}
.close {
  font-size: 26px;
}
.integration .btn {
  margin-right: 10px;
}

/* ======= Login Page ======= */
.has-full-screen-bg .upper-wrapper {
  background: #2f3a44 url('../png/bg-chatroll-dark.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.has-full-screen-bg.signup-page .upper-wrapper {
  background: #2f3a44 url('../png/bg-chatroll-dark.png') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.has-full-screen-bg .header h1.logo {
  float: none;
  text-align: center;
  margin-left: 0;
}
.has-full-screen-bg .header h1.logo a {
  margin: 0 auto;
}
.access-section {
  padding: 40px 0 160px;
}
.access-section .form-box .form-box-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 40px;
}
.access-section .form-box {
  margin: 0 auto;
  max-width: 400px;
}
.access-section .form-box .title {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}
.access-section.signup-section .title {
  margin-bottom: 15px;
}
.access-section.signup-section .intro {
  margin-bottom: 30px;
  font-size: 18px;
}
.access-section .form-group {
  position: relative;
}
.access-section .form-group.email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999999;
  font-size: 15px;
}
.access-section .form-group.password:before {
  content: "\f023";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 19px;
  color: #999999;
}
.access-section .form-group.username:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999999;
}
.access-section .form-group.verification:before {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999999;
}
.access-section .form-control {
  font-size: 16px;
  padding-left: 28px;
}
.access-section .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.access-section .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.access-section .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.access-section .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.access-section .social-btns {
  margin-top: 20px;
}
.access-section .social-btns li {
  margin-bottom: 10px;
}
.access-section .social-btns li .btn {
  color: #fff;
  min-width: 220px;
  text-align: left;
}
.access-section .social-btns li .btn:hover {
  color: #fff;
}
.access-section .social-btns li .btn .fa {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 10px;
  width: 30px;
}
.access-section .twitter-btn {
  background: #55acee;
}
.access-section .twitter-btn:hover {
  background: #2795e9;
}
.access-section .facebook-btn {
  background: #3b5998;
}
.access-section .facebook-btn:hover {
  background: #2d4373;
}
.access-section .google-btn {
  background: #dd4b39;
}
.access-section .google-btn:hover {
  background: #c23321;
}
.access-section .github-btn {
  background: #444444;
}
.access-section .github-btn:hover {
  background: #2b2b2b;
}
.access-section .forgot-password {
  font-size: 13px;
  margin-top: 10px;
}
.access-section .forgot-password a {
  color: #999999;
}
.access-section .forgot-password a:hover {
  text-decoration: underline;
  color: #91cc00;
}
.access-section .divider {
  border-left: none;
  margin-bottom: 30px;
  position: static;
}
.access-section .divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: inherit;
  text-transform: uppercase;
  color: #999999;
}
.access-section .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #e5e5e5;
  height: 1px;
  width: 100%;
}
.access-section .social-btns {
  padding-left: 0;
  text-align: center;
}
.access-section .social-btns .btn {
  min-width: 100%;
}
.access-section .social-btns .social-login {
  display: inline-block;
  margin: 0 auto;
}
.access-section .note {
  color: #999999;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
.access-section .btn + .note {
  margin: 15px 0;
  text-align: center;
}
.access-section .remember label {
  font-size: 14px;
  color: #6c7982;
}
.access-section .lead {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}
/* ======= Reset Password Page ======= */
.resetpass-section .form-box .title {
  margin-bottom: 15px;
}
.resetpass-section .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
/* ======= Footer ======= */
.footer {
  background: #00bdf4;
  color: #fff;
  padding-top: 60px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  background-image: url("../png/bg-footer.png");
  background-position: top center;
  background-size: cover;
  image-rendering: optimizequality;
}
.footer-content {
}

/* Footer logo */
.footer-content h1.logo {
  float: left;
  margin: 10px 0 20px 0;
}
.footer-content h1.logo a {
  padding: 0;
  display: inline-block;
  width: 164px;
  height: 40px;
  background-image: url('../png/logo-reverse.png');
  background-size: contain;
  image-rendering: optimizequality;
}
.footer-content h1.logo a:hover {
  text-decoration: none;
}

.footer .btn-ghost {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  padding: 18px 20px 15px;
  vertical-align: middle;
  border-radius: 4px;
  display: inline-block;
}
.footer .btn-ghost:hover {
  background: #262e36;
}
.footer p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .btn-cta,
.footer a.btn-cta {
  padding: 9px 10px;
}
.footer .footer-col.links .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
}
.footer .footer-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}
.footer .footer-col.connect .social li {
  margin-right: 10px;
}
.footer .footer-col.connect .social li a .fa {
  color: #fff;
  font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
  color: #91cc00;
}
.footer .footer-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}
.footer .footer-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}
.footer .footer-col .title {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col p {
  color: #fff;
}
.footer .footer-col a {
  color: #a3b1bf;
}
.footer .footer-col a:hover {
  color: #8da6bd;
}
.footer .footer-col .navbar-form {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-col .navbar-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col .navbar-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .download .download-list li {
  margin-bottom: 15px;
}
.footer .download .download-list li .btn-ghost {
  text-align: left;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 230px;
}
.footer .download .download-list li .btn-ghost:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact .title {
  margin-bottom: 6px;
  color: #a3b1bf;
  text-align: left;
}
.footer .contact p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 21px;
  margin-bottom: 0;
  font-weight: 700;
}
.footer .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact .fa {
  margin-right: 8px;
  font-size: 20px;
}
.footer .contact .email .fa {
  font-size: 16px;
}
.footer .bottom-bar {
  color: #a3b1bf;
  font-size: 15px;
  padding: 30px 0;
}
.footer .bottom-bar a {
  color: #b3b3b3;
}
.footer .bottom-bar .col {
  padding: 0;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
  padding: 0 15px;
}
.footer .bottom-bar .legal {
  line-height: 1.6;
  float: right;
}
/* ======= Pagination ======= */
.pagination {
  margin-bottom: 60px;
  font-size: 14px;
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
}
.pagination li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  margin-right: 5px;
  color: #91cc00;
}
.pagination li a:hover {
  color: #da3518;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #91cc00;
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #fbe1dc;
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
}
/* ======= Search Form ======= */
.searchbox-icon,
.searchbox-submit {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 16px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 2.4;
  text-align: center;
  cursor: pointer;
  color: #ef7d69;
  background: #fff;
}
.searchbox-icon:hover {
  color: #91cc00;
}
.searchbox-submit {
  font-size: 14px;
  font-family: arial, sans-serif;
}
.searchbox-container {
  width: 100%;
}
.searchbox-container .searchbox {
  position: relative;
  display: inline-block;
  height: 38px;
  width: 100%;
  float: right;
  top: -50px;
  right: 0;
  /* new */
  min-width: 38px;
  width: 0%;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
.searchbox-container .searchbox.searchbox-open {
  width: 100%;
}
.searchbox-container .searchbox.searchbox-open .searchbox-icon,
.searchbox-container .searchbox.searchbox-open .searchbox-submit {
  background: #91cc00;
  color: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.searchbox-container .searchbox .searchbox-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 38px;
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
}
.searchbox-container .searchbox .searchbox-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
.searchbox-container .searchbox .searchbox-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a6a6a6;
}
/* ======= IE9 Fix ======= */
.ie9 .pricing .item .ribbon,
.ie8 .pricing .item .ribbon {
  top: 0px;
  right: 0px;
  height: 60px;
}
.ie9 .pricing .item .ribbon .text,
.ie8 .pricing .item .ribbon .text {
  position: static;
  font-size: 13px;
  width: auto;
  padding: 5px;
}
.ie9 .pricing .item .ribbon .text:before,
.ie8 .pricing .item .ribbon .text:before,
.ie9 .pricing .item .ribbon .text:after,
.ie8 .pricing .item .ribbon .text:after {
  display: none;
}
/* ======= Configure Style (Remove in production) ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 100;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #f5f5f5;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  text-decoration: none;
}
.config-trigger:hover .fa {
  color: #253340;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #2b2b2b;
}
.config-panel {
  width: 170px;
  display: none;
  background: #f5f5f5;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5 {
  margin-bottom: 15px;
}
.config-panel #color-options {
  margin-bottom: 10px;
}
.config-panel #color-options li {
  padding-right: 0;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(0, 0, 0, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #000;
}
.config-panel #color-options li.theme-1 a {
  background: #91cc00;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #497cb1;
}
.config-panel #color-options li.theme-4 a {
  background-color: #f89d29;
}
.config-panel #color-options li.theme-5 a {
  background-color: #34495e;
}
.config-panel #color-options li.theme-6 a {
  background-color: #47c9af;
}
.config-panel #color-options li.theme-7 a {
  background-color: #a06081;
}
.config-panel #color-options li.theme-8 a {
  background-color: #96a94b;
}
.config-panel #color-options li.theme-9 a {
  background-color: #f06060;
}
.config-panel #color-options li.theme-10 a {
  background-color: #737f97;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #253340;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .config-wrapper {
    display: none;
  }
  #topcontrol {
    display: none !important;
  }
  .header h1.logo {
  }
  .header h1.logo a {
    margin: 0 auto;
    width: 164px;
    height: 40px;
  }
  .header.header-fixed {
    position: relative;
  }
  .header.navbar-fixed-top {
    position: relative;
  }
  .header .main-nav {
    margin-top: 0;
    margin-right: 0;
  }
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    top: 0;
    background: #253340;
    z-index: -1;
  }
  .navbar-collapse .nav {
    margin: 0;
  }
  .header .main-nav .nav .dropdown-menu:before {
    display: none;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
    position: absolute;
    top 0;
    height: auto;
  }
  .has-full-screen-bg.access-page .upper-wrapper {
    background: #2f3a44;
  }
  .access-section {
    padding: 0;
  }
  .access-section .form-box {
    max-width: none;
  }
  .access-section .form-box .form-box-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 30px;
  }
  .headline-bg + .section,
  .bg-slider-wrapper + .section {
    padding-top: 45px;
  }
  .pricing .intro {
    margin-bottom: 45px;
  }
  .features-video iframe {
    padding: 5px;
  }
  .features-tabbed {
    padding-top: 160px;
  }
  .signup-page .form-box .intro {
    margin-bottom: 15px;
  }
  .login-page .form-box .title {
    margin-bottom: 20px;
  }
  .section .title {
    font-size: 26px;
  }
  .section .intro {
    font-size: 16px;
  }
  .header-xsmall-section {
    height: 120px;
    padding-top: 20px !important;
  }
  .header-xsmall-section .title {
    font-size: 30px;
  }
  .header-small-section {
    height: 220px;
    padding-top: 50px;
  }
  .page-content {
    padding: 40px 0;
  }
  .page-content .lead {
    font-size: 20px;
  }
  .faq .panel .panel-title {
    font-size: 16px;
    padding: 10px;
  }
  .faq .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .faq h3 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .faq .panel .panel-body {
    font-size: 15px;
    padding: 0 20px 10px;
  }
  .panel {
    margin-bottom: 10px;
  }
  .promo.section .content {
    text-align: center;
  }
  .promo .title {
    font-size: 36px;
  }
  .promo.section .intro {
    text-align: center;
  }
  .promo.section .btn-row {
    text-align: center;
  }
  .promo img {
    margin-left: auto;
    margin-right: auto;
  }
  
  .press {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .press .title {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .press .press-list li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonials .press-list li img {
    margin: 0 auto;
    max-width: 180px;
  }
  .press .press-list li img {
    margin: 0 auto;
    max-width: 120px;
  }
  .why {
    padding-top: 30px;
  }
  .why .title {
    font-size: 30px;
  }
  .why .intro {
    margin-bottom: 26px;
  }
  .why .item .content {
    margin-bottom: 60px;
  }
  .why .control {
    top: 58px;
    margin-left: -30px;
  }
  .why .item .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .why .figure {
    margin-bottom: -80px;
  }
  .why-features {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .why-features .feature-lead {
    margin-top: 30px;
  }
  .why-features .feature-lead .title {
    font-size: 16px;
  }
  .testimonials {
    padding-bottom: 80px;
    padding-top: 20px;
  }
  .testimonials.reviews {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .testimonials .item .profile {
    position: static;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .testimonials .item .content {
    padding-left: 60px;
    padding-right: 20px;
  }
  .testimonials .item blockquote {
    font-size: 18px;
  }
  .carousel {
    padding: 0 0;
  }
  .headline-bg.product-headline-bg, .headline-bg.customers-headline-bg, .headline-bg.integration-headline-bg, .headline-bg.industry-headline-bg, .headline-bg.integration-landing-headline-bg {
    height: 400px;
  }
  .headline-bg.contact-headline-bg, .headline-bg.about-headline-bg {
    height: 300px;
  }
  .product-section {
    padding-bottom: 0px;
  }
  .product-section figure {
    padding: 0 20px;
  }
  .product-section figure.why-head {
    overflow: hidden;
    width: 100%;
    margin-top: -57px;
  }
  .product-section figure.why-head img {
    margin: 0;
    max-width: 100%;
  }
  .product-section figure.product-head {
    overflow: hidden;
    width: 100%;
    margin-top: -60px;
  }
  .product-section figure.product-head img {
    margin: 0;
    max-width: 100%;
  }
  .product-section .lead {
    margin: 30px 30px 0;
  }
  .product-section .intro {
    margin-bottom: 30px;
  }
  .product-feature-section.why-top {
    margin-top: -40px;
  }
  .product-feature-section .item {
    padding: 40px 0;
  }
  .product-feature-section .item .content {
    margin-top: 20px;
  }
  .product-feature-section .item .title.big {
    font-size: 30px;
  }
  .product-feature-section .item .title {
    font-size: 22px;
  }
  .product-feature-section .item p {
    font-size: 15px;
  }
  .product-feature-section.dark .figure {
    margin-top: 0;
  }
  .customers-container, .integration-container {
    padding:0 ;
  }
  .customers-section {
    padding-bottom: 30px;
  }
  .customers-section .customers-container-inner, .integration-section .integration-container-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 30px 20px;
  }
  .customers-overview {
    padding: 20px 0 40px;
  }
  .customers-overview h2 {
    font-size: 28px;
  }
  .customers-overview p.intro {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .customer .card-item {
    padding: 20px 0px 20px;
  }
  .customers-section .customer .lead, .story-section .about .lead, .integration-section .integration .lead {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .customer .customer-group h2 {
    font-size: 22px;
  }
  .integration-section {
    padding-bottom: 40px;
  }
  .integration-group .item {
    margin: 10px 0;
    padding: 0;
  }
  .integration .integration-group h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .integration .integration-group p {
    font-size: 15px;
  }
  .integration .integration-group .item {
    margin-bottom: 5px;
    padding: 0;
  }
  .integration .integration-group .item .item-inner {
    min-height: 130px;
  }
  .integration .integration-group .item .item-inner .logo {
    height: 60px;
  }
  .integration .btn {
    font-size: 14px;
    margin-right: 5px;
    padding: 5px 8px;
  }
  .integration .integration-group {
    padding: 20px 0;
  }
  .integration .integration-group.last {
    padding: 30px 0 0;
  }
  .integration .integration-group h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .integration .integration-group a.btn-cta, .pricing-cta-section a.btn-cta {
    padding: 8px 12px;
    font-size: 15px;
  }
  .modal-header, .modal-body {
    padding: 20px;
  }
  .steps {
    padding-top: 40px;
  }
  .steps-inner {
    padding: 10px 0 0;
  }
  .steps .step {
    padding: 10px 0;
  }
  .steps .title {
    font-size: 24px;
  }
  .steps .step .title .text {
    font-size: 20px;
  }
  .steps .step .title {
    margin-bottom: 10px;
  }
  .steps .step p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .steps .step .title .number {
    height: 70px;
    padding-top: 15px;
    width: 70px;
    margin-bottom: 10px;
  }
  .product-feature-section.dark .item .content, .product-feature-section .item.last-item, .product-feature-section .item {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .product-feature-section .item .title {
    margin-top:0;
  }
  .product-feature-section .figure img {
    max-width:360px;
  }
  .product-feature-section.dark .figure.img-40 {
    margin-top: -20px;
    max-height: 260px;
  }
  .product-feature-section.dark .figure.img-20 {
    margin-top: -40px;
  }
  .integration {
    padding: 0;
  }
  .integration.feature .integration-group h3 {
    text-align: left;
    margin-top: 20px;
  }
  .integration.feature figure {
    padding-bottom: 0px;
  }
  .integration.feature .integration-group.links {
    text-align: left;
  }
  .cta-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .cta-section.contact-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta-section .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .pricing {
    padding-top: 45px;
  }
  .pricing .item.best-buy {
    position: static;
    z-index: inherit;
  }
  #contact-form .form-group {
    margin-bottom: 10px;
  }
  #contact-form .form-group.left {
    padding-right: 15px;
  }
  #contact-form .form-group.right {
    padding-left: 15px;
  }
  .contact-section .contact-form .contact-form-inner, .contact-other-section .contact-other-container-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 30px 20px;
    max-width: none;
  }
  .contact-section .contact-form .contact-form-inner p, ul {
    font-size: 15px;
  }
  .contact-section {
    padding-bottom: 0;
  }
  .contact-other-section ul {
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-other-section .other-info li {
    padding: 10px 10px 11px 70px;
  }
  .contact-other-section .other-info li .fa {
    padding-top: 10px;
    width: 50px;
  }
  .contact-other-section {
    margin-bottom: 0;
  }
  .contact-other-section .contact-other-container-inner p {
    margin-top: 10px;
    font-size: 15px;
  }
  .nav-tabs > li > a {
    padding: 10px 5px;
  }
  .apps-section .phone-holder {
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    -o-background-size: 280px auto;
    background-size: 280px auto;
  }
  .apps-section .phone-holder .screenshot {
    width: 242px;
    top: 66px;
  }
  .searchbox-container .searchbox {
    width: 100%;
    top: inherit;
    float: none;
    margin-bottom: 30px;
  }
  .searchbox-icon {
    display: none;
  }
  .searchbox-icon,
  .searchbox-submit {
    background: #91cc00;
    color: #fff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .searchbox-icon:hover,
  .searchbox-submit:hover {
    color: #fff;
  }
  .main-nav .navbar-collapse .navbar-nav {
    padding-top: 80px;
    padding-bottom: 15px;
  }
  .main-nav .navbar-collapse .navbar-nav .nav-item {
    font-size:20px;
  }
  .main-nav .navbar-collapse .navbar-nav .nav-item.last {
    margin-left: 0;
    margin-right: 0;
  }
  .main-nav .navbar-collapse .navbar-nav .nav-item a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .blog-page .header-blog {
    position: relative;
  }
  .blog-page .header-blog .main-nav .nav .nav-item a {
    color: #fff;
  }
  .blog-page .header h1.logo {
    float: left;
    margin: inherit;
  }
  .blog-page .header .main-nav .navbar-toggle {
    margin-bottom: 0;
    top: 20px;
  }
  .blog-page .header .main-nav .navbar-toggle .icon-bar {
    background-color: #384d60;
  }
  .blog-page .header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #253340;
  }
  .blog-page .flexslider {
    margin-top: 0;
  }
  .blog-category {
    margin-top: 0;
  }
  .blog-page .navbar-collapse {
    top: 80px;
  }
  .blog-page .header.navbar-fixed-top .main-nav .nav .nav-item a {
    color: #fff;
  }
  .blog-slider .flex-caption .title {
    font-size: 36px;
  }
  .searchbox-container .searchbox .searchbox-input {
    position: static;
  }
  .footer {
    padding-top: 30px;
    font-size: 15px;
  }
  .footer-col {
    margin-bottom: 0px;
  }
  .footer .btn-ghost {
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .footer .contact .title {
    text-align: center;
  }
  .footer-col .form-control {
    width: auto;
  }
  .footer .footer-col.connect .social {
    margin-top: 20px;
  }
  .footer .footer-col .navbar-form {
    padding-left: 15px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .footer .footer-col .navbar-form .form-control {
    display: inline-block;
  }
  .footer .bottom-bar .legal {
    float:none;
  }
  .modal.modal-video .modal-dialog {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .download-page .headline-bg {
    height: 1600px;
  }
  .story-section {
    padding-bottom: 0;
  }
  .story-section .about h3 {
    margin-top: 40px;
    font-size: 20px;
  }
  .story-section .about p {
    font-size: 15px;
  }
  .story-section .about, .customers-section .customer {
    padding: 0;
  }
  .story-section .belife {
    margin-left: 0;
    margin-right: 0;
  }
  .story-section .team {
    padding: 0;
  }
  .story-container {
    padding:0;
  }
  .story-section .story-container-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 30px 20px;
  }
  .customerblock .short {
    margin-top: 0px;
  }
  .video {
    padding-bottom: 20px;
  }
  .video .item {
    margin-bottom: 20px;
  }
  .video .item-inner {
    min-height: auto;
    padding-bottom: 10px;
  }
  .video .item-inner .desc h4 {
    font-size: 16px;
  }
  .product-section .lead {
    font-size: 16px;
    margin-top: 10px;
  }
  .product-feature-group .product-feature-item .item-inner {
    min-height: auto;
    padding: 15px;
  }
  .product-feature-group .product-feature-item {
    margin-bottom: 15px;
    padding: 0;
  }
  .product-feature-group {
    padding-top: 20px;
  }
  .product-feature-group h4 {
    margin-bottom: 25px;
  }
  .product-section .title {
    font-size: 36px;
  }
  .product-why .intro {
    margin-bottom: 40px;
  }
  .product-why .title {
    margin-top: 36px;
    font-size: 30px;
  }
  .product-language .product-feature-inner .item .lead {
    padding: 40px 0 0;
    text-align: left;
  }
  .product-language .product-feature-inner .item {
    padding: 0 20px;
  }
  .product-feature-section.product-language .item .product-feature-list {
    padding: 0px;
  }
  .product-feature-section.product-language .item .product-feature-list ul li {
    padding-bottom: 10px;
  }
  .product-feature-section.product-language .item .product-feature-list h3 {
    font-size: 14px;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .product-feature-inner {
    max-width: 760px;
  }
  .product-feature-section .item .content {
    margin-top: 10px;
  }
  .product-feature-section.dark .figure.img-20 {
    margin-top: 46px;
  }
  .product-feature-section.dark .figure.img-40 {
    margin-top: -20px;
    max-height: 320px;
  }
  .product-feature-section.dark .figure.img-50 {
    margin-top: 100px;
  }
  .product-feature-section .item, .product-feature-section.dark .item .content {
    min-height: 280px;
    padding: 50px 0;
  }
  .product-feature-section .item p {
    font-size: 16px;
  }
  .product-feature-section .item .title {
    font-size: 26px;
  }
  .product-feature-section .item .title.big {
    font-size: 34px;
  }
  .product-section figure.why-head {
    margin-top: -67px;
  }
  .product-section figure.product-head {
    margin-top: -45px;
  }
  .config-wrapper {
    display: none;
  }
  .header {
    height: inherit;
  }
  .header.scrolled {
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header.scrolled .main-nav .nav .nav-item a {
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: inherit;
    border-color: inherit;
  }
  .header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
  }
  .header.navbar-fixed-top {
    position: relative;
  }
  .blog-slider {
    margin-top: 0;
  }
  .blog {
    margin-top: 0;
  }
  .header h1.logo {
  }
  .header h1.logo a {
    margin: 0 auto;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 0px;
  }
  .header .main-nav .nav .nav-item-cta {
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-nav.navbar-right {
  }
  .blog-page .main-nav.navbar-right {
    float: right !important;
  }
  .navbar-collapse.collapse {
    text-align: center;
  }
  .navbar-collapse.collapse .navbar-nav {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  .blog-page .header-blog {
    position: relative;
  }
  .blog-page .header h1.logo {
    float: left;
    margin: inherit;
  }
  .promo {
    padding-top: 150px;
  }
  .promo .title {
    font-size: 36px;
  }
  .promo.section .intro {
    margin-bottom: 20px;
  }
  .promo .btn-link {
    margin-top: 15px;
  }
  .why-features .item .content {
    margin-bottom: 0px;
    padding: 0 30px;
  }
  .why-features .control {
    top: 128px;
    margin-left: -45px;
  }
  .why-features .item .title {
    margin-bottom: 24px;
    text-align: center;
    font-weight: 700;
  }
  .apps-section .phone-holder {
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    -o-background-size: 280px auto;
    background-size: 280px auto;
  }
  .apps-section .phone-holder .screenshot {
    width: 242px;
    top: 66px;
  }
  .footer-col {
    margin-bottom: 30px;
  }
  .modal.modal-video .modal-dialog {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .access-page .navbar-collapse.collapse .navbar-nav {
    display: none;
  }
  .features-video {
    padding-top: 90px;
  }
  .pricing {
    padding-top: ;
  }
  .apps-section {
    padding-top: 80px;
  }
  .story-section {
    padding-top: 140px;
  }
  .contact-section {
    padding-top: 140px;
  }
}

@media (max-width: 992px) {
  .integration.feature .subtitle, .integration.feature .hook {
    color: #444444;
    margin: 20px 0;
    opacity: 1;
  }
  .integration.feature .integration-group {
    padding-top: 30px;
  }
  .integration .integration-group ul {
    padding-left:20px;
    margin: 10px 0 20px;
  }
  .integration .integration-group ul li {
    min-height: auto;
    padding-bottom: 10px;
  }
  .integration.feature figure {
    padding-right: 0;
  }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .integration.feature .subtitle, .integration.feature .hook {
    color: #ffffff;
  }
  .product-feature-inner {
    max-width: 970px;
  }
  .product-feature-section .item .content {
    margin-top: 20px;
  }
  .product-feature-section.dark .figure.img-20 {
    margin-top: -20px;
  }
  .product-feature-section.dark .figure.img-40 {
    margin-top: -40px;
    max-height: 420px;
  }
  .product-feature-section.dark .figure.img-50 {
    margin-top: 50px;
  }
  .product-feature-section .item, .product-feature-section.dark .item .content {
    min-height: 350px;
    padding: 40px 0;
  }
  .product-feature-section .item p {
    font-size: 16px;
  }
  .product-feature-section .item .title {
    font-size: 27px;
    line-height: 1.3em;
  }
  .product-feature-section .item .title.big {
    font-size: 40px;
  }
  .product-section figure.why-head {
    margin-top: -86px;
  }
  .product-section figure.product-head {
    margin-top: -65px;
  }
  .product-section figure.product-head img {
    max-width: 80%;
    margin: 0 10%;
  }
  .config-wrapper {
    display: block;
  }
  .header {
    height: 80px;
  }
  .header.navbar-fixed-top {
    position: fixed;
  }
  .header.scrolled {
    background: #fff;
    z-index: 1000;
    height: 80px;
    top: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .header.scrolled h1.logo a {
    padding: 0;
    background-image: url("../png/logo.png");
  }
  .header.scrolled .main-nav .nav .nav-item a {
    color: #6c7982;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header.scrolled .main-nav .nav .nav-item a:hover {
    color: #2f3a44;
  }
  .header.scrolled .main-nav .nav .nav-item.active a {
    color: #2f3a44;
  }
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: #91cc00;
    border-color: #91cc00;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
    background: #77bc00;
    border-color: #77bc00;
    color: #fff;
  }
  .header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
  }
  .main-nav {
    float: right !important;
  }
  .navbar-form .form-control {
    width: 280px;
  }
  .header h1.logo {
    float: left;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 15px;
  }
  .main-nav.navbar-right {
    float: right !important;
  }
  
  .promo .title {
    font-size: 48px;
  }
  .promo.section .intro {
    margin-bottom: 20px;
  }
  .promo .btn-link {
    margin-top: 15px;
  }
  .why .item .content {
    margin-bottom: inherit;
  }
  .why .control {
    top: 128px;
    margin-left: -28px;
  }
  .modal.modal-video .modal-dialog {
    width: 760px;
    padding-left: 0;
    padding-right: 0;
  }
  .access-page .navbar-collapse.collapse .navbar-nav {
    display: none;
  }
  .access-section .divider {
    text-align: center;
    margin-bottom: 30px;
    color: #999999;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .access-section .divider span {
    background: #fff;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    top: 80px;
    margin-left: -10px;
  }
  .access-section .divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #e5e5e5;
    height: 100%;
    width: 1px;
  }
  .access-section .social-btns {
  }
  .access-section .social-btns .note {
    text-align: left;
  }
  .blog-slider {
    margin-top: 80px;
  }
  .why .item .title {
    margin-bottom: 15px;
    text-align: left;
  }
  .why .figure {
    padding: 0 100px;
  }
  .blog-page .header-blog {
    position: fixed;
  }
  .blog-page .blog-category,
  .blog-page .blog-archive {
    margin-top: 80px;
  }
  .blog-entry-wrapper {
    margin-top: 80px;
  }
  /* Only show QR code for desktop */
  .download-area {
    overflow: hidden;
  }
  .download-area .download-list {
    float: left;
  }
  .download-area .qrcode-holder {
    float: left;
    margin-left: 45px;
    text-align: center;
  }
  .download-area .qrcode-holder .qrcode {
    max-width: 140px;
    margin: 0 auto;
  }
  .download-area .qrcode-holder .qrcode .caption {
    font-size: 12px;
    background: #fff;
    padding: 0 15px;
    padding-bottom: 15px;
    color: #253340;
    font-family: arial, sans-serif;
  }
  .navbar-fixed-top .navbar-collapse {
  }
  .story-section {
    padding-top: 140px;
  }
  .contact-section {
    padding-top: 140px;
  }
  .bg-slider-wrapper {
    position: fixed;
  }
  .carousel {
    padding: 0 90px;
  }
}

/* Very large width (desktop) - big "hero" fonts */
@media (min-width: 1200px) {
  .promo .title {
    font-size: 60px;
  }
  .promo.section .intro {
    font-size: 20px;
  }  
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 550px) {
  .product-section figure.why-head {
    overflow: hidden;
    width: 100%;
    margin-top: -70px;
  }
  .product-section figure.why-head img {
    margin: 0 -22%;
    max-width: 144%;
  }
  .product-section figure.product-head {
    overflow: hidden;
    width: 100%;
    margin-top: -60px;
  }
  .product-section figure.product-head img {
    margin: 0 -22%;
    max-width: 144%;
  }
}

@media (max-width: 380px) {
  .headline-bg + .section,
  .bg-slider-wrapper + .section {
    padding-top: 35px;
  }
  /* Make headlines fit on iPhone 5 */
  .promo .title {
    font-size: 28px;
  }
  /* Make sure buttons fit on one line on iPhone 5 */
  p.btn-row .btn-cta {
    font-size:13px;
    margin: 0 4px 4px 4px;
  }
  .product-section .title {
    font-size: 32px;
  }
}