<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
 * Template Name: Tempo - Responsive Website Template for Startups
 * Version: 1.0
 * Author: 3rd Wave Media
 * Website: http://3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #444444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif;
}
.app-wrapper {
  	min-height:100%;
	position:relative;
}

.hubspot-form-button
{
	margin-left: 120px;
	margin-top: 10px;
}
.hubspotForm input 
{
	width:50%;
	
}

.submitted-message
{
	font-weight:bold;
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.hs-form-field label 
{
	align:left;
	
}
.wrapper {
  min-height: 100%;
  margin-bottom: -340px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 340px;
  /* must be the same height as footer */
}
.footer {
  height: 340px;
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
p {
  color: #444444;
  font-size: 16px;
}
a {
  color: #e76f34;
  -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;
}
a:hover {
  text-decoration: none;
  color: #48953f;
}
.btn,
a.btn {
  -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;
  font-family: 'Montserrat', sans-serif;
}
.btn .fa,
a.btn .fa {
  color: #fff;
  margin-right: 5px;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #fff;
  border: 2px solid #5cb85c;
  color: #5cb85c;
  font-weight:bold;
}
a.btn-cta-primary .fa,
.btn-cta-primary .fa {
  margin-left: 5px;
  color: #5cb85c;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #fff;
  border: 2px solid #4cae4c;
  color: #4cae4c;
}
a.btn-cta-primary:hover .fa,
.btn-cta-primary:hover .fa {
  color: #4cae4c;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #fff;
  border: 2px solid #ee9a70;
  color: #ee9a70;
}
a.btn-cta-secondary .fa,
.btn-cta-secondary .fa {
  margin-left: 5px;
  color: #ee9a70;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #fff;
  border: 2px solid #e76f34;
  color: #e76f34;
}
a.btn-cta-secondary:hover .fa,
.btn-cta-secondary:hover .fa {
  color: #e76f34;
}

.app-footer {
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	background:#f5f5f5;
	border-top: 1px solid #ddd;
}

.content-container {
	padding-left:50px;
	padding-right:50px;
	max-width:1200px;
	padding-bottom:130px
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #d9d9d9;
}
.form-control:focus {
  border-color: #e76f34;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #2e5f28;
}
#topcontrol {
  background: #8fcc87;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
#topcontrol:hover {
  background: #e76f34;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cccccc;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cccccc;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */
.header {
  padding: 15px 0;
  background: #fff;
  z-index: 888;
  -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);
}
.header.navbar-fixed-top {
  border: none;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
}
.header h1.logo a:hover {
  color: #e76f34;
}
.header h1.logo .logo-title {
  vertical-align: middle;
  line-height: 1.6;
}
.header .main-nav .navbar-toggle {
  margin-right: 0;
}
.header .main-nav button {
  background: #51a746;
  color: #fff !important;
  -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;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button:hover {
  background: #e76f34;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}

.navbar-toggle
{
	border-color: #fff;
}

.navbar-toggle .icon-bar
{
	background-color: #fff;
	color: #000;
}

.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
}
.header .main-nav .nav .nav-item.active a {
  color: #51a746;
  background: none;
  font-weight: bold;
}
.header .main-nav .nav .nav-item.nav-item-cta {
  -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;
  padding: 6px 12px;
  color: #fff;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-top: 2px;
}
.header .main-nav .nav .nav-item.nav-item-cta {
  background: #51a746;
  border: 2px solid #51a746;
  color: #fff;
}
.header .main-nav .nav .nav-item a {
  color: #666666;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header .main-nav .nav .nav-item a:hover {
  color: #e76f34;
  background: none;
}
.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: #e76f34;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #666666;
  color: #fff;
  padding: 15px 0;
}
.footer .footer-col.about .more .fa {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.footer .footer-col.links .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
}
.footer .footer-col.contact p {
  color: #fff;
}
.footer .footer-col.contact .fa {
  margin-right: 10px;
  color: #fff;
}
.footer .footer-col .title {
  color: #eb8b5c;
  font-weight: normal;
  font-size: 18px;
}
.footer .footer-col p {
  color: #fff;
}
.footer .footer-col a {
  color: #fff;
}
.footer .footer-col a:hover {
  color: #fff;
}
.footer .bottom-bar {
  background: #444444;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
}
.footer .bottom-bar .social {
  margin-bottom: 0;
  text-align: right;
}
.footer .bottom-bar .social li {
  margin-left: 10px;
  float: right;
  text-align: right;
}
.footer .bottom-bar .social li a .fa {
  color: #b3b3b3;
  font-size: 20px;
}
.footer .bottom-bar .social li a:hover .fa {
  color: #e76f34;
}
/* ======= Signup Top Banner ======= */
.signup-top {
  height:130px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  background: #f8f8f8;
}
.signup-top.has-bg-color {
  background: #f5f5f5;
}
.signup-top .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
.signup-top .summary {
  margin-bottom: 20px;
  color: #999999;
  font-size: 18px;
}
.signup-top .signup-form .form-control {
  font-size: 16px;
  color: #999999;
}
.signup-top .signup-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 380px;
}
/* ======= Signup Section ======= */
.signup {
  padding: 80px 0;
}
.signup.has-bg-color {
  background: #f5f5f5;
}
.signup .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
.signup .summary {
  margin-bottom: 30px;
  color: #999999;
  font-size: 18px;
}
.signup .signup-form .form-control {
  font-size: 16px;
  color: #999999;
}
.signup .signup-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 380px;
}
/* ======= Modal ======= */
.modal-dialog {
  width: 760px;
  margin: 30px auto;
}
.modal-header {
  border: none;
  padding: 5px;
}
.modal-title {
  color: #444444;
}
.modal-video .modal-body {
  padding: 10px;
  padding-top: 0;
}
/* ======= Pagination ======= */
.pagination {
  margin-bottom: 60px;
}
.pagination li a {
  -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;
  border: none;
  margin-right: 5px;
  color: #e76f34;
}
.pagination li a:hover {
  color: #377130;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  background-color: #e76f34;
  border: none;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  background-color: #d2eacf;
  border: none;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span,
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  -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;
  background: none;
}
/* ======= Promo Section ======= */
.promo {
  position: relative;
  background: #e76f34 url('../images/background/promo-bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 620px;
}
.promo .intro {
  color: #fff;
  padding-top: 30px;
}
.promo .intro .title {
  color: #fff;
  font-size: 38px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 720px;
  font-weight: bold;
  margin-bottom: 15px;
}
.promo .intro .summary {
  color: #fff;
  font-size: 22px;
  max-width: 680px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.promo .fixed-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.promo .signup {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  padding-bottom: 45px;
  color: #fff;
}
.promo .signup .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.promo .signup .summary {
  color: #fff;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.promo .social {
  background: #e76f34;
  padding: 8px 0;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #fff;
  font-size: 13px;
}
.promo .social .line {
  position: relative;
  top: -4px;
  display: inline-block;
  margin-right: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.promo .social .twitter-tweet {
  display: inline-block;
  position: relative;
  top: 2px;
}
.promo .social .fb-like {
  display: inline-block;
  position: relative;
  top: -2px;
}
/* ======= Press Section ======= */
.press {
  background: #f5f5f5;
  padding: 30px 0;
}
.press ul {
  margin: 0 auto;
  margin-bottom: 0;
}
.press li {
  vertical-align: middle;
  text-align: center;
}
.press li.last {
  margin-right: 0;
}
.press li a img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -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;
  max-width: 190px;
  margin: 0 auto;
}
.press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ======= Why Section ======= */
.why {
  padding: 50px 0;
}
.why .title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
}
.why .intro {
  font-size: 18px;
  line-height: 1.5;
  color: #999999;
  margin-bottom: 30px;
}
.why .benefits {
  padding: 30px 0;
}
.why .benefits .item {
  margin-bottom: 20px;
}
.why .benefits .item .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #e76f34;
}
.why .benefits .item .desc {
  color: #666666;
}
.why .benefits .item .icon {
  float: left;
  width: 90px;
}
.why .benefits .item .icon .fa {
  font-size: 58px;
  color: #cccccc;
  text-align:right;
  margin-top:-5px;
  margin-right:30px;
}
.why .benefits .item:hover .icon .fa {
  color: #999999;
}
.why .benefits .item.last {
  margin-bottom: 60px;
}
/* ======= Saying Section ======= */
.saying {
  padding: 50px 0;
  background: #666666;
}
.saying .title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
}
.saying .intro {
  font-size: 18px;
  line-height: 1.5;
  color: #999999;
  margin-bottom: 30px;
}
.saying .testimonials {
  padding: 60px 0;
}
.saying .testimonials .item {
  margin-bottom: 60px;
}
.saying .testimonials .item.last {
  margin-bottom: 0;
}
.saying .testimonials .item .quote-box {
  background: #dfdfdf;
  padding: 30px;
  padding-bottom: 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;
  position: relative;
  margin-bottom: 30px;
}
.saying .testimonials .item .quote-box .fa {
  color: #FFFFFF;
  font-size: 18px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.saying .testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #dfdfdf;
  position: absolute;
  bottom: -20px;
  margin-left: -20px;
  left: 50%;
}
.saying .testimonials .item .quote {
  border: none;
  padding: 0;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.saying .testimonials .item .details {
  font-size: 13px;
}
.saying .testimonials .item .details .name {
  display: block;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.saying .testimonials .item .details .title {
  display: block;
  color: #b3b3b3;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
}
.saying .testimonials .item .people .user-pic {
  max-width: 122px;
  max-height: 122px;
}
.saying .testimonials .item .people .user-pic,
.saying .testimonials .item .people .user-pic *,
.saying .testimonials .item .people .user-pic *:before,
.saying .testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* ======= Video Section ======= */
.video {
  padding: 80px 0;
  position: relative;
  background: #e76f34 url('../images/background/enterprise-city-bg.jpg') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.video .title {
  color: #fff;
  font-size: 28px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-bottom: 15px;
}

.video .summary {
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.video .control {
  position: relative;
  top: -40px;
}
.video .control .play-trigger {
  color: #fff;
  background: none;
  position: relative;
  width: 80px;
  height: 80px;
  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;
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -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;
}
.video .control .play-trigger:active,
.video .control .play-trigger:focus {
  outline: none;
}
.video .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video .control .play-trigger:hover .fa {
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.video .control .play-trigger .fa {
  font-size: 32px;
  width: 80px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.video .control p {
  color: #fff;
}
.video .testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  padding-bottom: 15px;
  padding-top: 20px;
  -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;
  margin-bottom: 30px;
  margin-top: 30px;
}
.video .testimonials .item .quote-box .fa {
  color: #e76f34;
  font-size: 18px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.video .testimonials .item .quote {
  border: none;
  padding: 0;
  font-size: 16px;
  color: #e76f34;
  margin-bottom: 15px;
  font-style:italic;
}
.video .testimonials .item .details {
  font-size: 13px;
}
.video .testimonials .item .details .name {
  display: block;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.video .testimonials .item .details .title {
  display: block;
  color: #666666;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
}
/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.has-bg-color {
  background: #f5f5f5;
}

.has-bg-color hr {
  border-color:#D1D1D1
}

.faq .title {
  margin-bottom: 60px;
  font-size: 28px;
}
.faq .panel {
  background: #f0f0f0;
}
.faq .panel .panel-heading {
  padding: 15px 30px;
}
.faq .panel .panel-body {
  padding: 30px;
  padding-top: 0;
  color: #666666;
}
.faq .panel .panel-title {
  font-weight: normal;
  color: #666666;
}
.faq .panel .panel-title .active {
  color: #408337;
}
.faq .panel .panel-title .panel-toggle .fa {
  margin-right: 10px;
  color: #e76f34;
}
.faq .more {
  margin-top: 60px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}
/* == LANDING PAGE **/
.features .testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  padding-bottom: 15px;
  padding-top: 20px;
  -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;
  margin-bottom: 0px;
  margin-top: 0px;
}
.features .testimonials .item .quote-box .fa {
  color: #e76f34;
  font-size: 18px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.features .testimonials .item .quote {
  border: none;
  padding: 0;
  font-size: 16px;
  color: #e76f34;
  margin-bottom: 15px;
  font-style:italic;
}
.features .testimonials .item .details {
  font-size: 13px;
}
.features .testimonials .item .details .name {
  display: block;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.features .testimonials .item .details .title {
  display: block;
  color: #666666;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
}
.landing-promo .bg-mask {
  background: #333333;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.landing-promo {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.landing-promo .landing-intro {
  color: #fff;
}
.landing-promo .landing-intro .title {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-bottom: 10px;
}
.landing-promo .landing-intro .intro {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.landing-list {
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-left: 0;
  color:#FFFFFF;
}
.landing-list li {
  margin-bottom: 15px;
}
.landing-list li .fa {
  margin-right: 10px;
  color: #e76f34;
  text-shadow: none;
}
.landing-promo .landing-video {
  padding-top: 20px;
}
.landing {
  padding-top: 80px;
}
.landing .item .row{
  padding: 0px;
}
.landing .item .title {
  font-size: 22px;
  color: #e76f34;
  margin-top: 0;
}
.landing .item .content p {
  font-size: 16px;
}

.features .item .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid grey;
  background: #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;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
  margin-bottom: 30px;
}

.features .item:hover .icon {
  background: #e76f34;
  color: #fff;
  border: 3px solid #fff;
}

.features .item:hover .title {
  color: #e76f34;
}

.features .item:hover .icon .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .item .icon .fa  {
  color: grey;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* ======= Feature Promo Section ======= */

.bg-mask {
  background: #000000;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.features-promo {
  position: relative;
  background: #666666 no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 60px;
}
.features-promo .features-intro {
  color: #fff;
  padding-top: 0px;
}
.features-promo .features-intro .title {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  margin-bottom: 10px;
}
.features-promo .features-intro .intro {
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.features-promo .features-intro .features-list {
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-left: 0;
}
.features-promo .features-intro .features-list li {
  margin-bottom: 15px;
}
.features-promo .features-intro .features-list li .fa {
  margin-right: 10px;
  color: #e76f34;
  text-shadow: none;
}
.features-promo .features-video {
  padding-top: 20px;
}
.features {
  padding-top: 60px;
}
.features .item {
  padding: 60px 0;
}

.features .title {
  color: #666666;
}
.features .item .title {
  color: #666666;
  font-size: 22px;
  color: grey;
  margin-top: 0;
}
.features .item .content {
  font-size: 16px;
  color: grey;
}
.figure img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* ======= Price Plan Section ======= */
.price-plan {
  padding-top: 60px;
}

.price-plan .item .heading {
  background: #444444;
  color: #fff;
  font-size: 22px;
  padding: 10px 0;
  -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-bottom: 0;
  text-transform: uppercase;
  position: relative;
}
.price-plan .item .heading .label {
  -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: #e76f34;
  color: #fff;
  font-size: 12px;
  position: absolute;
  padding: 5px 10px;
  right: 15px;
  top: 10px;
}
.price-plan .item .content {
  background: #f5f5f5;
  padding: 20px;
}
.price-plan .item .price-figure .currency {
  font-size: 24px;
  position: relative;
  top: -5px;
}
.price-plan .item .price-figure .number {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
}
.price-plan .item .price-figure .unit {
  font-size: 12px;
  color: #bfbfbf;
  text-transform: uppercase;
}
.price-plan .item .feature-list li {
  padding: 10px 0;
}
.price-plan .item .btn {
  font-weight: bold;
  font-size: 16px;
}
.price-plan .item .btn .extra {
  text-transform: none;
  color: #2e5f28;
  font-weight: normal;
  font-size: 12px;
  font-family: 'Lato', arial, sans-serif;
}

.custom-quote {
  border-color: #8fcc87;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.custom-quote p {
  color: #666666;
  line-height: 1.6;
}
.custom-quote .fa {
  color: #e76f34;
  margin-right: 10px;
}
.custom-quote .source {
  font-family: 'Lato', arial, sans-serif;
}
.custom-quote .source .name {
  color: #444444;
}
.custom-quote .source .title {
  font-size: 13px;
  color: #999999;
}
/* ======= Contact ======= */

.contact-main .title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
.contact-main .intro {
  margin-bottom: 30px;
  color: #999999;
}
.contact-main .item {
  margin-bottom: 60px;
}
.contact-main .item .item-inner {
  margin: 30px;
  padding: 30px 10px;
  background: #f5f5f5;
  min-height: 300px;
  -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-main .item .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #e76f34;
  background: #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;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
  margin-bottom: 30px;
}
.contact-main .item .icon:hover {
  background: #e76f34;
  color: #fff;
}
.contact-main .item .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.contact-main .item .icon .fa {
  color: #e76f34;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.contact-main .item .details {
  font-size: 18px;
}
.contact-main .item .details .day {
  font-size: 13px;
  color: #999999;
}
#map {
  height: 420px;
  margin-bottom: 0;
  font-size: 13px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #2b2b2b;
  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 {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #2b2b2b;
  color: #fff;
  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.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 15px;
}
.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(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #e76f34;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #0e83cd;
}
.config-panel #color-options li.theme-4 a {
  background-color: #eea303;
}
.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: #fff;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .content-container {
	padding-left:15px;
	padding-right:15px;
  }
  .footer {
    height: auto;
    padding-bottom: 0;
  }
  .modal-dialog {
    width: auto;
  }
  .promo .intro .title {
    font-size: 22px;
  }
  .promo .intro .summary {
    font-size: 18px;
  }
  .signup .signup-form .form-group {
    width: 180px;
  }
  .signup .signup-form .form-control {
    font-size: 13px;
  }
  .why .benefits .item .icon .fa {
    margin-bottom: 30px;
  }
  .why .testimonials .item {
    padding: 15px;
  }
  .press {
    padding-bottom: 0;
  }
  .press li {
    margin-bottom: 30px;
  }
  .press li a img {
    max-width: 120px;
  }
  .press li.xs-break {
    clear: left;
  }
  .video {
    padding: 30px 0;
  }
  .video .control {
    position: static;
  }
  .footer-col {
    margin-bottom: 60px;
  }
  .footer .bottom-bar .copyright {
    margin-bottom: 15px;
  }
  .footer .bottom-bar .social li {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .features-video {
    margin-bottom: 30px;
  }
  .features {
    padding: 30px 0;
  }
  .features .item {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .features .item .content {
    padding: 30px;
  }
  .contact-main .item {
    margin-bottom: 15px;
  }
  .contact-main .item .item-inner {
    min-height: inherit;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
    padding-bottom: 0;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .header h1.logo {
    float: none !important;
    text-align: center;
  }
  .main-nav {
    float: none !important;
  }
  .main-nav .navbar-collapse {
    float: none;
    text-align: center;
  }
  .main-nav .navbar-collapse .nav {
    margin: 0 auto;
    float: none;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .why .benefits .item .icon .fa {
    margin-bottom: 30px;
  }
  .why .benefits .item {
    padding: 15px;
  }
  .why .testimonials .item {
    padding: 15px;
  }
  .press {
    padding-bottom: 0;
  }
  .press li {
    margin-bottom: 30px;
  }
  .press li a img {
    max-width: 140px;
  }
  .press li.break {
    clear: left;
  }
  .price-plan .item .heading .label {
    padding: 5px;
    right: 10px;
    font-size: 11px;
  }
  .contact-main .item {
    margin-bottom: 15px;
  }
  .contact-main .item .item-inner {
    min-height: inherit;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-fixed-top {
    position: fixed;
    top: 0;
  }
  .main-nav {
    float: right !important;
  }
  .header h1.logo {
    float: left !important;
    text-align: left;
  }
  .main-nav {
    float: right !important;
  }
  .main-nav .navbar-collapse {
    float: left;
    text-align: left;
  }
  .main-nav .navbar-collapse .nav {
    margin: inherit;
    float: left;
  }
  .press {
    padding-bottom: 30px;
  }
  .press li {
    margin-bottom: 0;
  }
  .press li.break {
    clear: none;
  }
  .press li a img {
    max-width: 160px;
  }
  .price-plan .item .heading .label {
    padding: 5px 10px;
    right: 15px;
    font-size: 12px;
  }
  .contact-main .item {
    margin-bottom: 30px;
  }
  .contact-main .item .item-inner {
    min-height: 300px;
  }

  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: -340px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 340px;
    /* must be the same height as footer */
  }
  .footer {
    height: 340px;
    /* must be the same height as footer */
  }
}
/* Large devices (large desktops, 1200px and up) */

/* CUSTOM */
.carousel .item {-webkit-transition: opacity .30s; -moz-transition: opacity .30s; -ms-transition: opacity .30s; -o-transition: opacity .30s; transition: opacity .30s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.carousel-title {
  font-family: "Montserrat",sans-serif;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  font-size:30pt;
  font-weight:bold;
  color:#ffffff;
  margin-top:-50px;
}

.carousel-detail {
  font-family: "Montserrat",sans-serif;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  font-size:20pt;
  font-weight:bold;
  color:#ffffff;
}

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

.main-navigation {
  
}

.btn-custom:hover {
  color: #fff;
}

.btn-custom:focus {
	color: #fff;
}


.btn-custom {
  margin-top:5px;
  background: rgba(0,0,0,0);
  color: #fff;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:7px;
  padding-right:7px;
  margin-left:10px;
  transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  /* text-shadow: 0px 0px 2px rgba(0, 0, 0, 1); */
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    width:100%;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        /* background-color: #F0F0F0 ; */
        left: 50%;
        margin-left: -1.5px;
    }
    
    .timeline:after {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        /* background-color: #F0F0F0; */
        left: 100%;
        margin-left: -1.5px;
    }
    .timeline &gt; li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li:before,
        .timeline &gt; li:after {
            content: " ";
            display: table;
        }

        .timeline &gt; li:after {
            clear: both;
        }

        .timeline &gt; li &gt; .timeline-panel {
            width:90%;
            float: left;
            /* border: 1px solid #d4d4d4; */
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            margin-left:160px;
            background:#FFFFFF;
        }

        
            .timeline &gt; li &gt; .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline &gt; li &gt; .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }
 
         .badge-large {
            color: #fff;
            width: 100px;
            height: 100px;
            line-height: 100px;
            font-size: 60px;
            text-align: center;
            padding-top: 0px;
            padding-left: 0px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }             
        .timeline &gt; li &gt; .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 100%;
            margin-left: -25px;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }        
        
        .timeline &gt; li &gt; .timeline-badge-inverted {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline &gt; li &gt; .timeline-badge-inverted-arrow {
            color: #000000;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -50px;
            z-index: 100;

        }
        
        .timeline &gt; li &gt; .timeline-badge-inverted2 {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -50px;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }



            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline &gt; li.timeline-inverted &gt; .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }



.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body &gt; p,
.timeline-body &gt; ul {
    margin-bottom: 0;
}

    .timeline-body &gt; p + p {
        margin-top: 5px;
    }

/* @media (max-width: 767px) { */
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline &gt; li &gt; .timeline-panel {
        width: calc(100% - 190px);
        width: -moz-calc(100% - 190px);
        width: -webkit-calc(100% - 190px);
        float: left;
    }

    ul.timeline &gt; li &gt; .timeline-badge-inverted {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline &gt; li &gt; .timeline-badge-inverted2 {
        left: 90px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline &gt; li &gt; .timeline-badge-inverted-arrow {
        color:#000000;
        left: 53px;
        margin-left: 0;
        top: 16px;
    }

/* } */

.timeline-badge.bob, .timeline-badge-inverted.bob, .timeline-badge-inverted2.bob {
    background-color: #00CCFF !important;
}

.timeline-badge.alice, .timeline-badge-inverted.alice, .timeline-badge-inverted2.alice  {
    background-color: #FFCCFF !important;
}

#curtain {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: #F5F5F5;
}

.use-case-email .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #0c65a5;
  background: #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;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
  margin-bottom: 30px;
}
.use-case-email:hover .icon {
  background: #0c65a5;
  color: #fff;
}
.use-case-email:hover .icon .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.use-case-email .fa {
  color: #0c65a5;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.use-case-file-transfer:hover, .use-case-blue:hover, .use-case-red:hover {
	cursor:pointer;
} 
.use-case-file-transfer .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #006400;
  background: #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;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
  margin-bottom: 30px;
}
.use-case-file-transfer:hover .icon {
  background: #006400;
  color: #fff;
}
.use-case-file-transfer:hover .icon .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.use-case-file-transfer .fa {
  color: #006400;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.use-case-integration .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #800000;
  background: #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;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
  margin-bottom: 30px;
}
.use-case-integration:hover .icon {
  background: #800000;
  color: #fff;
}
.use-case-integration:hover .icon .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.use-case-integration .fa {
  color: #800000;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


/* @media (min-width: 1600px) {
*    .carousel-title { font-size: 300%; }
*    .carousel-detail { font-size: 140%; }
*    .landing-video { padding-top: 40px; }
* }
*/

/* @media (min-width: 1700px) {
*    .carousel-title { font-size: 350%; padding-top:60px; }
*    .carousel-button .btn { font-size: 200%; margin-top:60px; padding:20px; }
*    .carousel-detail { font-size: 170%; }
*	.landing-video { padding-top: 60px; }
*    .landing-video img { width: 100%; height:auto; }
* }
*/

/* front-page media queries for carousel */

@media (max-width: 1200px) {
   .carousel-detail { font-size: 140%; }
}

@media (max-width: 800px) {
   .carousel-detail { font-size: 120%; }
}

@media (min-width: 1500px) {
	.carousel-title { margin-top:0; font-size: 300%; }
	.carousel-detail { font-size: 180%; }
	.carousel-image { width: 100%; height:auto; }
}

@media (min-width: 1800px) {
	.carousel-title { margin-top:0; font-size: 350%; }
	.carousel-detail { font-size: 210%; }
	.carousel-image { width: 100%; height:auto; }
}

@media (min-width: 2100px) {
	.carousel-title { margin-top:0; font-size: 400%; }
	.carousel-detail { font-size: 240%; }
	.carousel-image { width: 100%; height:auto; }
}

@media (max-width: 768px) {
	.timeline-table-container { height: 248px; }
}

@media (min-width: 768px) {
	.timeline-table-container { height: 330px; }
}


.feature-comparison-title {
	font-weight:bold;
}

.feature-comparison-description {
	color:#999999;
}

.comparison-success {
	font-size: 40px;
	color:#5cb85c;
	margin-top:2px;
}

.comparison-fail {
	font-size: 35px;
	color:#d9534F;
	margin-top:5px;
}

.glow-pulse  {
  -webkit-animation-name: glow;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: glow;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;

  -o-animation-name: glow;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-animation-timing-function: ease-in-out;

  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes glow {
  0% {
    -webkit-text-shadow: 0 0 16px rgba(92, 184, 92, 0.5);
    border-color: rgba(0,0,255,0.5);
  }
  100% {
    -webkit-text-shadow: 0 0 16px rgba(92, 184, 92, 1.0), 0 0 36px rgba(92, 184, 92, 1.0);
    border-color: rgba(0,0,255,1.0);
  }
}
@-moz-keyframes glow {
  0% {
    -moz-text-shadow: 0 0 16px rgba(92, 184, 92, 0.5);
    border-color: rgba(0,0,255,0.5);
  }
  100% {
    -moz-text-shadow: 0 0 16px rgba(92, 184, 92, 1.0), 0 0 36px rgba(92, 184, 92, 1.0);
    border-color: rgba(0,0,255,1.0);
  }
}
@-o-keyframes glow {
  0% {
    text-shadow: 0 0 16px rgba(92, 184, 92, 0.5);
    border-color: rgba(0,0,255,0.5);
  }
  100% {
    text-shadow: 0 0 16px rgba(92, 184, 92, 1.0), 0 0 36px rgba(92, 184, 92, 1.0);
    border-color: rgba(0,0,255,1.0);
  }
}
@keyframes glow {
  0% {
    text-shadow: 0 0 16px rgba(92, 184, 92, 0.5);
    border-color: rgba(0,0,255,0.5);
  }
  100% {
    text-shadow: 0 0 16px rgba(92, 184, 92, 1.0), 0 0 36px rgba(92, 184, 92, 1.0);
    border-color: rgba(0,0,255,1.0);
  }
}

.fa-layer-group {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU3NiA1MTIiPjxwYXRoIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0yNjQuNSA1LjJjMTQuOS02LjkgMzIuMS02LjkgNDcgMGwyMTguNiAxMDFjOC41IDMuOSAxMy45IDEyLjQgMTMuOSAyMS44cy01LjQgMTcuOS0xMy45IDIxLjhsLTIxOC42IDEwMWMtMTQuOSA2LjktMzIuMSA2LjktNDcgMEw0NS45IDE0OS44QzM3LjQgMTQ1LjggMzIgMTM3LjMgMzIgMTI4czUuNC0xNy45IDEzLjktMjEuOEwyNjQuNSA1LjJ6TTQ3Ni45IDIwOS42bDUzLjIgMjQuNmM4LjUgMy45IDEzLjkgMTIuNCAxMy45IDIxLjhzLTUuNCAxNy45LTEzLjkgMjEuOGwtMjE4LjYgMTAxYy0xNC45IDYuOS0zMi4xIDYuOS00NyAwTDQ1LjkgMjc3LjhDMzcuNCAyNzMuOCAzMiAyNjUuMyAzMiAyNTZzNS40LTE3LjkgMTMuOS0yMS44bDUzLjItMjQuNiAxNTIgNzAuMmMyMy40IDEwLjggNTAuNCAxMC44IDczLjggMGwxNTItNzAuMnptLTE1MiAxOTguMmwxNTItNzAuMiA1My4yIDI0LjZjOC41IDMuOSAxMy45IDEyLjQgMTMuOSAyMS44cy01LjQgMTcuOS0xMy45IDIxLjhsLTIxOC42IDEwMWMtMTQuOSA2LjktMzIuMSA2LjktNDcgMEw0NS45IDQwNS44QzM3LjQgNDAxLjggMzIgMzkzLjMgMzIgMzg0czUuNC0xNy45IDEzLjktMjEuOGw1My4yLTI0LjYgMTUyIDcwLjJjMjMuNCAxMC44IDUwLjQgMTAuOCA3My44IDB6Ii8+PC9zdmc+");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
</pre></body></html>