/*========= Custom Font =========*/
@font-face {
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'journal';
    src: url('/fonts/journal-webfont.eot');
    src: url('/fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/journal-webfont.woff') format('woff'),
         url('/fonts/journal-webfont.ttf') format('truetype'),
         url('/fonts/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*======= Reset ======== */
body {
    font-family: 'proxima-nova', sans-serif;
    -webkit-font-smoothing: antialiased;

    font-weight: 400;
    color: #4c5667;
    background: #F4FAFF;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
}

::-moz-selection {
    background: rgba(151, 160, 175, 0.5);
    color: #ffffff;
}

::selection {
    background: rgba(151, 160, 175, 0.5);
    color: #ffffff;
}

::-moz-selection {
    background: rgba(151, 160, 175, 0.5);
    color: #ffffff;
}

a:hover, a:focus, .a:active {
    text-decoration: none;
    outline: none !important;
}

h1, .h1 {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: -1px;
}

h2, .h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    color: #2695D5;
    letter-spacing: -1px;
}

h3, .h3 {
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  color: #2695D5;
  letter-spacing: -0.7px;
}

h5 {
    font-size: 15px;
    font-weight: 700;
    color: #34495E;
}

p {
    font-size: 15px;
    color: #34495E;
    margin-bottom: 20px;
}

ul {
    color: #34495E;
    padding-left: 16px;
}

.inline-link {
    text-decoration: underline;
}

.inline-link:hover {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

blockquote {
    margin: 0 0 10px;
    font-size: 18px;
    border-left: none;
    line-height: 26px;
    color: #34495E;
}

address {
    color: #35495D;
}

textarea {
    resize: none;
}

.section {
    padding-bottom: 80px;
    color: #2695D5;
}

.section h1 h4 {
    color: #2695D5;
}

.bg-white {
    background-color: #fff;
    /*border-bottom: 1px solid #D2E6F7;*/
}

.bg-gray {
    background-color: #eef2f5;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.bg-blue {
    background: -webkit-linear-gradient(rgba(27, 160, 225, 1), rgba(60, 97, 205, 1));
    background: linear-gradient(rgba(27, 160, 225, 1), rgba(60, 97, 205, 1));
    border-bottom: 5px solid #1E47C0;
    border-top: 1px solid #128FCD;
}

.bg-dark {
    background: -webkit-linear-gradient(#34495E, #44617E);
    background: linear-gradient(#34495E, #44617E);
    border-top: 3px solid #fff;
    border-bottom: 3px solid #34495E;
}

.darker {
  color: #34495E;
}

.journal {
    font-family: Journal;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
    margin-top: 10px;
}

.link-on-dark {
  color: #2E96D3;
  cursor: pointer !important;
}

a.link-on-dark:hover {
  /*color: #2E96D3;*/
  cursor: pointer !important;
}

.footer .link-on-dark {
    color: #2E96D3 !important;
}

.hero-overlay .clouds {
    background-image: url("../images/image-overview-bg-clouds.svg");
    background-position: center;
    height: 87px;
    background-size: 1568px 87px;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.hero-overlay .phoneShip {
    background-image: url("../images/image-overview-phone.png");
    height: 404px;
    background-size: 168px 404px;
    background-repeat: no-repeat;
    opacity: 0.6 !important;
    filter: alpha(opacity=60);
    margin-top: 150px;
    /*background-position-x: 80%;*/
    background-position: 80% 0%;
}

@media (min-width: 1250px) {
    .container {
        width: 1220px
    }
}

@media (min-width: 1170px) {
    .container {
        padding: 0;
    }
}

.page-sub-title {
    margin: 10px auto;
}

.padding-t-0 {
    padding-top: 0px;
}

.hr {
    display: inline-block;
    border: 0;
    width: 35px;
    margin: 12px 0px 10px;
    padding: 0;
    height: 0;
    border-top: 2px solid #fa4a86;
}

.title {
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    margin-top: 0px;
    letter-spacing: -1px;
}

.sub-title {
    color: #97a0af;
    font-size: 16px;
    margin-bottom: 50px;
}

.section-sub-title {
    color: #2695D5;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

.underline {
  background-image: url("../images/free-underline-dark@2x.png");
  background-repeat: no-repeat;
  background-size: 75px 6px;
  background-position: 0 34px;
  padding: 0 0 10px 0;
}

/*===== Navbar Custom ======*/
.navbar-abs {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.is-sticky .navbar-custom {
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.navbar-custom {
    padding: 0;
    margin-bottom: 0px;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.navbar-custom .navbar-nav li a {
    color: #34495E;
    font-weight: bold;
    font-size: 14px;
}

.is-sticky .navbar-custom .navbar-nav li a,
.is-light.navbar-custom .navbar-nav li a{
    color: #34495E !important;
    font-weight: bold;
}

.is-sticky .navbar-custom .navbar-nav li a:hover, .is-light.navbar-custom .navbar-nav li a:active {
    color: #fa4a86 !important;
}

.navbar-custom .navbar-nav li a {
    color: #D1ECF9;
    font-size: 14px;
}

.navbar-custom .navbar-nav li.active a{
    color: #fa4a86 !important;
}

 .navbar-custom .nav > li > a:hover {
    color: #fa4a86;
}

.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover {
    background-color: transparent;
}
.navbar-right {
    margin-top: 9px;
}

.logo {
    width: 163px;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff !important;
    letter-spacing: 1px;
    background-image: url("../images/logo-white@2x.png");
    background-size: 148px 30px;
    background-repeat: no-repeat;
    background-position: 15px 13px;
}

.logo.dark {
    background-image: url("../images/logo-dark@2x.png") !important;
}

.navbar-header.dark{
    background: #fff
}

.navbar-toggle.dark {
    color: #2695D5;
}

.container>.navbar-header, .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.is-sticky .logo,
.is-light .logo {
    color: #111 !important;
    background-image: url("../images/logo-dark@2x.png") !important;
}

.navbar-toggle {
    font-size: 30px;
    color: #ffffff;
}

.navbar-custom .btn-custom {
    margin-top: 8px;
    margin-left: 20px;
}

.navbar-nav {
    margin: 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-custom .navbar-nav li.log-in a {
    background-image: url("../images/icon-lock-lightblue@2x.png");
    background-size: 8px 11px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    margin-left: 11px;
}

.navbar-custom .navbar-nav li.log-in a:hover {
    background-image: url("../images/icon-lock-white@2x.png");
}

.is-sticky .navbar-custom .navbar-nav li.log-in a,
.is-light.navbar-custom .navbar-nav li.log-in a{
    background-image: url("../images/icon-lock-dark@2x.png") !important;
}

.is-sticky .navbar-custom .navbar-nav li.log-in a:hover,
.is-light.navbar-custom .navbar-nav li.log-in a:hover{
    background-image: url("../images/icon-lock-pink@2x.png") !important;
}

/*======= Dropdown ======= */
.dropdown-menu {
    box-shadow: none;
    padding: 4px 0;
    border-radius: 4px !important;
    -webkit-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.dropdown-menu > li > a {
    padding: 6px 20px;
    font-size: 15px !important;
    color: #ffffff;
}

@-webkit-keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes dropdownOpen {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/*======= Buttons ======= */
.btn {
    /*text-transform: uppercase;*/
    font-weight: 700;
}

.btn.btn-rnd {
    padding: 11px 20px;
    /*border-radius: 30px;*/
}

.btn-custom:focus {
    background: #fa3b7c;
    /*border: 1px solid #fa3b7c;*/
    outline: none;
}

.btn-custom:hover {
    background: #fb6d9d !important;
    /*border: 1px solid #fb6d9d;*/
}

.btn-custom {
    background: #fa4a86 !important;
    color: #fff !important;
    border: 1px solid #fa4a86;
}

.btn-dark {
    background: #35485D !important;
    color: #fff !important;
    border: 1px solid #35485D;
}

.btn-dark:focus {
    background: #293542;
    /*border: 1px solid #fa3b7c;*/
    outline: none;
}

.btn-dark:hover {
    background: #293542 !important;
    /*border: 1px solid #fb6d9d;*/
}

.btn-nav {
    background: #fa4a86 !important;
    color: #fff !important;
    border: 1px solid #fa4a86;
    border-radius: 3px;
}

.btn-nav > a {
    text-align: center !important;
}

.navbar-custom .navbar-nav li.btn-nav a {
    color: #fff !important;
}

.is-sticky .navbar-custom .navbar-nav li.btn-nav a:hover,
.is-light.navbar-custom .navbar-nav li.btn-nav a:hover {
    color: #fff;
}

.btn-nav:hover {
    background: #fb6d9d !important;
    border: 1px solid #fb6d9d;
}

.btn-nav:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-nav.inverse {
    background: #fff !important;
    color: #fa4a86 !important;
    border: 1px solid #fa4a86;
    border-radius: 3px;
}

.btn-nav:hover {
    background: #fb6d9d !important;
    color: #fff !important;
    border: 1px solid #fb6d9d;
}

.btn-nav:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.video-btn {
    color: #ffffff !important;
    /*letter-spacing: 1px;*/
    padding-top: 20px;
    outline: none !important;
    text-align: left;
}
.video-btn i {
    margin-right: 7px;
}
.video-btn-icon {
    font-size: 20px;
}
.video-btn-text {
    display: block;
    margin: -25px 0 0 23px;
}
.video-btn-rnd {
  border-radius: 100px;
  padding: 12px 23px 8px !important;
  font-size: 40px;
  box-shadow: 0px 0px 12px #888888;
  border: 3px solid #fff;
}
.video-btn-rnd: hover {
  border: 3px solid #fff;
}
.video-btn-rnd i {
  margin: 0 0 0 6px;
}

/*======= Home =======*/
.home {
    margin-top: -160px;
}

.home-wrapper {
    color: #ffffff;
    padding: 185px 0px 60px 0px;
}


.home-wrapper h1 {
    margin-top: 55px;
}

.home-wrapper h4 {
    max-width: 570px;
    line-height: 24px;
    margin: 5px 0 30px;
    color: #fff;
    font-size: 18px;
}

.home-about .home-wrapper h4 {
    margin: 5px auto 50px;
}

.absolute-video-button {
  position: absolute;
  width: 100%;
  padding-top: 27%;
  margin-left: -15px;
}
.absolute-video-button a:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125),0px 0px 12px #888888 !important;
}

.ribbon-protector {
  position: relative; z-index: 1;
  width: 90%;
  max-width: 536px;
}

.ribbon-icon {
  flex: none;
  padding-right: 10px;
  margin: -4px 0 2px;
}

.ribbon {
 display: flex;
 flex-wrap: nowrap;
 font-size: 13px !important;
 line-height: 18px;
 font-weight: 700;
 letter-spacing: 0;

 position: relative;
 background: #fff;
 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
 box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.30);
 border-top: 3px solid #A4D3EE;
 border-bottom: 3px solid #A4D3EE;
 color: #fa4a86;
 padding: 10px 15px 6px; /* Adjust to suit */
}

.ribbon a {
  color: #fa4a86;
  text-decoration: underline;
}

.ribbon a:hover {
  color: #FB6D98;
}



.ribbon:before, .ribbon:after {
 content: "";
 height: 50px;
 width: 46px;
 background-repeat: no-repeat;
 position: absolute;
 display: block;
 bottom: -13px;
 /*border: 24px solid #fff;*/
 z-index: -1;
}

.ribbon:before {
 background-image: url("/images/ribbon-left-end.svg");
 left: -37px;
 border-right-width: 24px;
 border-left-color: transparent;
}
.ribbon:after {
 background-image: url("/images/ribbon-right-end.svg");
 right: -37px;
 border-left-width: 24px;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #34495E transparent transparent transparent;
 bottom: -9px;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 6px 0 0 6px;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 6px 6px 0 0;
}

/*======= Brand =======*/
.clients {
    padding-top: 40px;
    padding-bottom: 10px;
}

/*.clients img:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
            transition: 0.5s;
}*/

.brand-item-container {
  margin: 5px 0 30px;

}

.brand-item {
    display: inline-block;
    /*margin: 10px 25px;*/
}

.brand-item img {
    width: 120px;
    margin: 10px 14px
}

/*.brand-item:first-child {
    margin-left: 0;
}*/

.brand-list {
    margin: 0;
    padding: 0;
}

.brand-list li {
    display: inline-block;
    text-align: left;
    padding-left: 50px;
}

.brand-list li:first-child {
    padding-left: 0;
}

.client-logos {
    margin: 10px 0 0 0;
}

.amplify {
    background-image: url("/images/amplify.png");
    background-size: 181px 75px;
    background-repeat: no-repeat;
    display: block;
    width: 181px;
    height: 75px;
}

.firstRound {
    background-image: url("/images/firstround.png");
    background-size: 100px 100px;
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    height: 100px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .amplify {
        background-image: url("/images/amplify@2x.png");
    }
    .firstRound {
        background-image: url("/images/firstround@2x.png");
    }
}


/*======= Brand =======*/
.about {
    background: -webkit-linear-gradient(#DCEFFF, #F4FAFF);
    background: linear-gradient(#DCEFFF, #F4FAFF);
}
.divider-line {
    height: 1px;
    display: inline-block;
    width: 42%;
}

#investors-section img.divider-line {
    width: 38%;
}

/*======= Features Section =======*/
.features-row {
    margin-bottom: 50px;
}

.features-section-title {
    text-align: right;
    padding-right: 10px;
    font-size: 28px;
    font-weight: 700;
    margin-top: 1px;
}

.features-left-col {
    margin-left: 15px;
}

.legend {
  margin: 0 auto;
  text-align: left;
}

.legend ul {
  margin: 30px auto;
  padding: 0;
  width: 320px;
  height: 20px;
  text-align: center;
  list-style-type: square;
}

.legend li {
  display: inline-block;
  float: left;
  margin-right: 40px;
  font-weight: 700;
}

.legend li:first-child {
  margin-left: 30px;
}

.legend li:last-child {
  margin-right: 0;
}

.legend img {
  width: 14px;
  margin: -3px 4px 0 0;
}

.legend-item {
  margin-right: 30px;
  width: 100px;
  float: left;
}

.service-detail img {
    height: 30px;
    opacity: 0.4;
    transition: opacity 0.2s ease;
}

.service-item {
    margin: 20px 0 10px;
    background-color: #FCFEFF;
    border: 1px solid #D1ECF9;
    transition: border 0.2s ease, background-color 0.2s ease;
}

.service-item:hover .service-detail > img {
  opacity: 1;
}

.service-item:hover {
  border: 1px solid #FFD0E0;
  background-color: #FFF7FA;
}

.service-item i {
    float: left;
    font-size: 28px;
    line-height: 36px;
    width: 30px;
    margin-top: -6px;
    text-align: center;
    color: #fa4a86;
}

/*.service-item .service-detail {
    margin-left: 40px;
}*/

.service-detail {
    padding: 20px 8px;
    text-align: center;
}

.service-detail h4 {
  color: #34495E;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}

.service-detail p {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 20px;

}

/*======= Overview =======*/
.overview-detail {
    padding: 0 0 50px 0;
}

.overview-detail-right {
    padding: 20px 0 50px 0;
}

.overview-txt {
    color: #34495E;
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    font-weight: 300;
}

.overview {
    position: relative;
}

.overview .small-image {
    display: none;
    width: 100%;
}

.spacious {
    padding-bottom: 200px;
}

.last-overview {
    padding-bottom: 80px;
}

.pt-l {
    padding-top: 50px;
}

ul.check-bullets {
    font-size: 18px;
    color: #34495E;
    list-style-type: none;
    padding: 0;
}

ul.check-bullets li {
    background-image: url('../images/icon-check-bullet.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 0 0 5px 24px;
}

/*======= Screenshot =======*/
.thumb {
    background-color: #eef2f5;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 30px;
}

.thumb-img {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
}

/*======= Pricing =======*/
.pricing {
    margin: 25px auto 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    border: 1px solid #2695D5;
    border-radius: 6px;
}
.pricing a {
  text-decoration: underline;
}

.pricing-sub-title {
  display: block;
  background-color: #fff;
  width: 410px;
  margin: -16px auto 0;
}

.pricing p {
  padding: 0 30px;
}
/*
.pricing-item {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.pricing-item-inner {
    border: 2px solid rgba(151, 160, 175, 0.2);
    vertical-align: middle;
    border-radius: 7px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.pricing-item-inner:hover {
    border-color: #97a0af;
}

.main .pricing-item-inner {
    border-color: #97a0af;
}

.pricing-wrap {
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
}

.pricing-icon {
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 32px;
    z-index: 1;
}

.pricing-title {
    position: relative;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
}

.pr-list {
    margin: 0 -20px 30px;
    padding: 0;
    color: #97a0af;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.pr-list li {
    padding: 12px 20px;
    list-style: none;
}

.pricing-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.pricing-num sup {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -20px;
    left: -3px;
    margin-left: -7px;
}

.pr-per {
    color: #97a0af;
    font-size: 12px;
}

.pr-button {
    margin-top: 30px;
}*/

/*======= Testimonials =======*/
.clientblock {
    margin-top: 30px;
    color: #34495E;
    min-height: 240px;
}

.clientblock h4 {
    margin-bottom: 3px;
}

.testimonials {
    padding-top: 50px;
}

.carousel {
    min-height: 440px;
}


.carousel-control.right {
    background-image: none;
    opacity: 1;

}
.carousel-control.left {
    background-image: none;
    opacity: 1;

}

.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    top:45%;
}

.carousel-control .glyphicon-chevron-right:before {
        content: " ";
        display:block;
        background:url('/images/right-arrow@2x.png') no-repeat;
        background-size: 24px 43px;
        width:24px;
        height:43px;
   }

.carousel-control .glyphicon-chevron-left:before {
        content: " ";
        display:block;
        background:url('/images/left-arrow@2x.png');
        background-size: 24px 43px;
        width: 24px;
        height: 43px;
   }

.carousel-control:hover .glyphicon-chevron-right:before{
    background:url('/images/right-arrow-hover.svg') no-repeat;
    opacity: 0.5;
}
.carousel-control:hover .glyphicon-chevron-left:before{
    background:url('/images/left-arrow-hover.svg') no-repeat;
    opacity: 0.5;
}


/*======= Content pages =======*/
.narrow {
    float: none;
    margin: 0 auto;
}



/*======= Footer CTA =======*/
.footer-cta {
    color: #ffffff;
    padding-top: 55px;
}

.footer-cta h2 {
    color: #fff;
}

.footer-cta .btn {
    margin-top: 15px;
    margin-bottom: 10px;
}

.footer-cta .personal-demo {
    margin-top: 10px;
    width: 100%;
    margin: 0 auto;
}

.footer-cta .personal-demo .request {
    color: #D1ECF9;
    font-weight: bold;
    text-decoration: underline;

}

.footer-cta .personal-demo .request:hover {
    color: #fff

}

.footer-cta .personal-demo > form > input {
    width: 90%;
    height: 43px;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    max-width: 360px;
    color: black;
}

#request-form {
    max-width: 360px;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

hr.arrow {
    display: block;
    border: 0px;
    height: 10px;
    width: 100%;
    margin-top: 10px;
    background-image:url('/images/hr-arrow.svg');
    background-size: 100% 10px;
    background-repeat: no-repeat;
}

hr.side {
    border-color: #E5F3FB;
}

/*======= Footer =======*/
.footer {
    padding: 50px 0 20px 0;
    background-color: #fff;
}

.footer.top-border {
    border-top: 1px solid #CCE8F9;
}

.footer-logo {
    background-image: url("../images/logo-white@2x.png");
    background-size: 148px 30px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    height: 50px;
    width: 163px;
    display: block;
    margin: 0 auto;
    margin-top: -10px;
}

.footer h5 {
    color: #2E96D3;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.footer a {
    font-size: 15px;
    color: #35495D;
}

.footer a:hover {
    color: #fa4a86;
}

.footer ul li {
    margin: 8px 0px;
}

.footer hr {
    border-color:#CCE8F9;
}

.footer .logo {
    margin-bottom: 0px;
    margin-left: 0px !important;
}

.footer .journal {
    margin-bottom: 5px;
    margin-top: 0px;

    font-size: 23px;
    color: #2E96D3
}

.footer-cta .journal {
    color: #FFFFFF
}

.footer-alt {
    border-top: 1px solid rgba(151, 160, 175, 0.2);
    margin-top: 30px;
    padding-top: 20px;
}

.footer-alt .logo {
    color: #97a0af !important;
    margin-bottom: 0px;
}

.footer-alt .logo i {
    margin-right: 5px;
}

.section.footer .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-sections {
    min-width: 220px;
}

.bottom-footer {
    padding: 0;
    margin: 0;
}

.bottom-footer span {
    color: #2E96D3;
}
.bottom-footer > div {
    padding: 0;
}
/*======= FAQ ======*/
.question {
    color: #444;
}

.answer {
    color: #97a0af;
    margin-bottom: 30px;
}

/*======= About ===*/
.hero-overlay-about {
    background-image: url("../images/image-overview-about@2x.jpg");
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100%;*/
    background-size: cover;
    margin-top: -78px;

}

.home.hero-overlay-about .bg-blue {
    background: -webkit-linear-gradient(rgba(27, 160, 225, 0.9), rgba(60, 97, 205, 0.9));
    background: linear-gradient(rgba(27, 160, 225, 0.9), rgba(60, 97, 205, 0.9));
}

.home.hero-overlay-about .home-wrapper {
    margin-top: 100px;
    padding: 112px 0px 60px 0px;
}

.home.hero-overlay-about.privacy .home-wrapper, .home.hero-overlay-about.tos .home-wrapper {
    margin-top: 40px;
    padding: 112px 0px 84px 0px;
}

.home.hero-overlay-about .home-wrapper h4 {
    margin-top: 5px
}

/*======= Our Story ===*/
.our-story .sub-title {
    line-height: 30px;
}

/*======= Screenshot =======*/
.about-us {
    padding-top: 80px;
    /*background-color: #F4FAFF;*/
}

/*======= Team ======*/
.team img {
    border-radius: 50%;
    border: 5px solid #ECF3F9;
    height: auto;
    width: 240px;
    margin: 0 auto;
}


.team img.selected {
    border-color: #1F96D7;
}

.team .team-member {
  width: 240px;
  margin: 10px auto 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}


.team .team-member h3 {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;

}

.team .team-member p {
    font-size: 18px;
    font-weight: 300;
    color: #34495E;
    margin-bottom: 0;
}

.team .team-member .bio {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
}

.team .team-member hr {
    border-color: #C9E7FA;
    max-width: 240px;
}

/*======= Investors ======*/

.venture {
  margin-top: 30px;
}
.venture img {
  display: block;
  margin: auto;
  width: 180px;
}

.investor {
  margin-top: 20px;
}

.investor:hover {
  cursor: pointer;
}

.investor img {
  display: block;
  border-radius: 50%;
  border: 3px solid #ECF3F9;
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.investor:hover img {
  border: 3px solid #fa4a86;
}

.investor h4{
   text-align: center;
   font-size: 18px;
   margin-bottom: 2px;
}

.investor:hover h4 {
  color: #fa4a86;
}

.investor p {
  text-align: center;
}

/*======= Careers ======*/

.hero-overlay-careers {
    background-image: url("../images/image-overview-careers.jpg");
    background-repeat: no-repeat;
    background-position: center 78px;
    background-size: 100%;
    margin-top: -78px;
    background-color: black;
    max-height: 100%;
}

.hero-overlay-careers .home-wrapper {
  padding: 200px 0 180px 0;
}


.hero-overlay-careers .home-wrapper h1 {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

.hero-overlay-careers .home-wrapper h4 {
    margin: 5px auto 50px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

.hero-overlay-careers .bg-black {
    background: -webkit-linear-gradient(rgba(52, 73, 94, 0.8), rgba(52, 73, 94, 0.3));
    background: linear-gradient(rgba(52, 73, 94, 0.8), rgba(52, 73, 94, 0.3));
}

.career-detail img {
    height: 48px;
    opacity: 0.4;
    transition: opacity 0.2s ease;
}

.career-item {
    margin: 20px 0 10px;
    background-color: #FCFEFF;
    border: 1px solid #D1ECF9;
    transition: border 0.2s ease, background-color 0.2s ease;
}

.career-item:hover .career-detail > img {
  opacity: 1;
}

.career-item:hover {
  border: 1px solid #FFD0E0;
  background-color: #FFF7FA;
}

.career-detail {
    padding: 30px 10px;
    text-align: center;
}

.career-detail h3 {
  margin: 10px 0 3px 0;
}

.career-detail p {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 20px;

}

.career-description {
  margin-top: 50px;
  margin-bottom:50px;
}
.career-description h3 {
  font-weight: 600;
}

.career-description h4 {
  color: #34495E;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}

.career-description p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.career-description ul {
  margin-bottom: 30px;
  padding-left: 18px;
}

.career-description li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 3px;
}

/*======= Integrations ======*/

.integrations-item-container {
  margin: 0;

}

.integrations-item {
    display: inline-block;
    /*margin: 10px 25px;*/
}

.integrations-item img {
    width: 150px;
    margin: 0 8px;
}

/*.integrations {
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
}
.integrations .integration {
    padding: 55px;
    border: 1px solid #D1ECF9;
    background-color: #FFFFFF;
    height: 150px;
    max-width: 340px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: inline-block;
    margin: 0 auto;
}

/*.integrations .integration img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    display: block;
}

.integrations .integration .comingsoon {
    display: block;
    margin-top: 15px;
}
.integrations .integration .comingsoon > span {
    font-size: 11px;
    text-transform: uppercase;
    color: #34495E;
}
.integrations .integration .comingsoon > img {
    margin-bottom:-8px;

}*/

.social-list {
    padding-top: 10px;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
}

.icon.mail {
  background-image: url('../images/email@2x.png');
}

.icon.mail:hover {
  background-image: url('../images/email-hover@2x.png');
}

.icon.linked {
  background-image: url('../images/linked@2x.png');
}
.icon.linked:hover {
  background-image: url('../images/linked-hover@2x.png');
}

.icon.twitter {
  background-image: url('../images/twitter@2x.png');
}
.icon.twitter:hover {
  background-image: url('../images/twitter-hover@2x.png');
}


/*======= Contact ======*/
.form-main {
    padding-top: 30px;
}

.form-control {
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #97a0af;
    height: 38px;
}

.form-control:focus, .form-control:hover {
    border-color: #fa4a86;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.con_sub_text {
    margin: 20px 0px;
    font-size: 15px;
}

/**
* Simple fade transition for Magnific popup
**/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*======= ANimation ======*/
#circle {
    position: absolute;
    top: -40px;
    left: 98px;
    border: 3px dotted #527AD6;
    width: 465px;
    height: 465px;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359degdeg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359degdeg);
        transform: rotate(359deg);
    }
}

.rotate {
    /*-webkit-animation: rotate 20s linear infinite;*/
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;;
    -webkit-animation-timing-function: linear;
    -webkit-animation: rotate 20s linear  infinite;
            animation: rotate 20s linear  infinite;
}

.radio-wave {
    position: absolute;
    background-color: transparent;
    border-top: 6px solid #2D83D7;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;

    animation-duration: 3s;
    -webkit-animation-duration: 3s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.little {
    top: 52px;
    left: 94px;
    height: 120px;
    width: 120px;
    border-radius: 60px;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);

}

.medium {
    top: 42px;
    left: 84px;
    height: 140px;
    width: 140px;
    border-radius: 80px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);

}

.big {
    top: 32px;
    left: 74px;
    height: 160px;
    width: 160px;
    border-radius: 100px;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
}

.broadcast {
    animation-name: broadcast;
    -webkit-animation-name: broadcast;

    animation-duration: 1.7s;
    -webkit-animation-duration: 1.7s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

@keyframes broadcast {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(-1);
        opacity: 0.1;
    }
}

@-webkit-keyframes broadcast {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(-1);
        opacity: 0.1;
    }
}

/*======= Responsive ======*/

@media (max-width: 992px) {

    .carousel-inner {
        width: 80%;
        margin: 0 auto;
    }
    .home-wrapper {
        padding-top: 260px;
    }
    .home.hero-overlay-about .home-wrapper{
        padding-top: 100px !important;
    }
    .brand-item img {
        width: 110px;
    }
    .integrations-item img {
      width: 130px;
    }
}


@media (min-width: 992px) {



    .home.hero-overlay-about .home-wrapper {
        padding-top: 100px !important;
    }
    /*.logo {
        width: 100%;
        background-position: center;
        margin-top: 8px;
    }*/

    .home {
        margin-top: -160px !important;
    }

    .home .home-about {
        margin-top: -220px !important;
    }


    .btn-nav a {
        padding: 6px 15px 5px !important;
    }


    .spacious {
        padding-bottom: 100px !important;
    }


    .carousel-control.right {
        right: -100px;
    }
    .carousel-control.left {
        left: -100px;
    }

    /*.carousel.col-md-offset-2 {
        margin-left: 15.666667%;
    }*/
}


@media (min-width: 1200px) {
    .home-wrapper {
        padding-top: 230px;
    }

    .navbar-nav > li {
        float:none;
        display: inline-block;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-collapse.collapse {
        width: 857px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }


    .navbar-custom .navbar-nav li a {
        color: #D1ECF9 !important;
    }

    .navbar-custom .navbar-nav li a:hover {
        color: #FFF !important;
    }

    .is-light.navbar-custom .navbar-nav li a:hover {
        color: #fa4a86 !important;
    }

    .navbar-nav {
        width: 100% !important;
        margin: 0 auto;
    }

    .navbar-nav > li > a {
        padding: 7px 10px 5px !important;
    }

    .navbar-custom .navbar-nav li.log-in a {
        background-image: url('../images/icon-lock-lightblue@2x.png') !important;
        background-position: 0px 10px !important;
    }

    .navbar-custom .navbar-nav li.log-in a:hover {
        background-image: url('../images/icon-lock-white@2x.png') !important;
        background-position: 0px 10px !important;
    }

    .navbar-collapse {
        float: right;
        margin-top: 10px;
    }


    .navbar-collapse.collapse {
        width: auto;
    }

    .navbar-header {
        float: left;
    }
    .logo {
        margin-left: 15px !important;
    }

    .logo {
        width: 163px !important;
        background-size: 148px;
        background-position: 15px 21px !important;
        margin-top: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }


    .home {
        margin-top: -160px !important;
    }

    .home .home-about {
        margin-top: -210px !important;
    }

    .navbar-nav {
        margin: 22px 0 1px 0 !important;
    }

    .pricing-nav {
        margin-left: 97px;
        /*margin-left: 159px;*/
    }

    li.pricing-nav > a {
        padding-right: 5px !important;
    }

    ul.about-nav > .pricing-nav {
        /*margin-left: 202px;*/
        margin-left: 97px;
    }

    .about .medium-image {
        display: none;
    }

    .overview .medium-image {
        display: none;
    }

    .about .small-image {
        display: none;
    }

    #aboutUs, #press, #Careers, #aboutBuddybuild {
        display: none;
    }

    .home.hero-overlay-about.privacy .home-wrapper, .home.hero-overlay-about.tos .home-wrapper {
        margin-top: 40px !important;
    }
    .hero-overlay-careers {
      background-position-y:-20px;
    }
}

.btn-nav.more-case-studies {
    padding: 11px 20px;
    margin-bottom: 30px;
    font-weight:700;
    font-size: 14px;
}

@media (max-width: 992px) {
    .btn-nav.more-case-studies {
        margin-bottom: 0;
    }
}

.btn-nav.more-case-studies:focus {
    outline: none;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
        margin-left: 15px;
        margin-bottom: 15px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-collapse {
        background:  -webkit-linear-gradient(top, #FFF, #EFF8FD);
        background:  linear-gradient(to bottom, #FFF,#EFF8FD);
        border: 0;
    }

    .navbar-header {
        width: 100%;
    }


    .home .home-about {
        margin-top: -220px !important;
    }

    .navbar-custom .navbar-nav li a {
        color: #34495E;
        text-align: center;
    }

    .btn-nav {
        width: 158px;
        /*margin: 0 auto 15px;*/
        margin-bottom: 15px;
    }

    .btn-nav.more-case-studies {
        width: inherit;
    }

    .navbar .container {
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
        margin-left: 15px;
    }

    .navbar-toggle {
        margin-right: 30px;
    }

    .navbar-toggle > span {
        font-size: 18px;
    }


    .navbar-custom .navbar-nav li a {
        color: #2695D5;
        text-align: left;
        font-size: 18px;
        line-height: 30px;
    }

    .navbar-custom .navbar-nav li.selected a {
        color: #34495E;
    }
    .navbar-custom .navbar-nav li.log-in a {
        margin-left: 0;
    }
    .navbar-nav > li > a {
        padding: 2px 0;
    }

    .navbar-custom .navbar-nav li.log-in a {
        background-image: url('../images/icon-lock-large-blue.svg');
        padding-top: 15px;
        padding-left: 20px;
        background-position: 0px 20px;
        background-size: 19px 20px

    }

    .navbar-custom .navbar-nav li.log-in a:hover {
        background-image: url('../images/icon-lock-large-pink.svg');
        padding-top: 15px;
        padding-left: 20px;
        background-position: 0px 20px;
        background-size: 19px 20px
    }

    .navbar-custom .navbar-nav li.visibleInFull {
        display: none;
    }

    .about .medium-image {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .about img {
        display: none;
    }

    .about img.divider-line {
        display: inline-block;
    }
    .overview img {
        display: none;
    }

    .overview .medium-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .btn.btn-rnd {
        padding: 5px 20px;
        /*border-radius: 30px;*/
    }
    .btn-nav {}

    #aboutUs > a, #aboutBuddybuild > a, .navbar-nav > li.pricing-nav > a{
        padding-top: 2px;
        padding-bottom: 2px;
    }

}

@media (min-width: 768px) {

    .home-wrapper {
        padding-top: 300px;
    }
    .hero-overlay .phoneShip {

        margin-top: 280px;
    }
    .is-sticky .navbar-toggle,
    .is-light .navbar-toggle {
        color: #111111;
    }

    /*.navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 5px;
    }*/

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }
    .dropdown-menu.arrow:before, .dropdown-menu.arrow:after {
        position: absolute;
        top: -8px;
        right: 12px;
        display: inline-block;
        content: '';
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }

    .dropdown-menu > li > a {
        color: #4c5667 !important;
    }

    .home {
        margin-top: -160px;
    }

    .navbar .container {
        padding-left: 0;
        padding-right: 0;
    }


    .navbar-toggle {
        margin-right: 30px;
    }


    .col-sm-5 .overview-detail {
        margin-left: -70px;
        margin-top: 170px;
    }


    .spacious {
        padding-bottom: 100px;
    }

    .home.hero-overlay-about.privacy .home-wrapper, .home.hero-overlay-about.tos .home-wrapper {
        margin-top: 100px;
    }


    .integrations > .integration:nth-child(2) {
        border-left: none;
        border-right: none;
    }
    .integrations > .integration:nth-child(5) {
        border-left: none;
        border-right:none;
    }
    .integrations > .integration:nth-child(n+4) {
        border-top: none;
    }

    .features-lg {
        display: initial;
    }
    .features-sm {
        display: none !important;
    }

    .carousel {
        min-height: 280px;
    }
}


@media (max-width: 625px) {
  /*.hero-overlay-careers .home-wrapper {
    padding: 97px 0 0 0;
  }*/
  .hero-overlay-careers {
    background-position-y: 78px;
    background-size: 125% !important;
  }
  .ribbon {
    padding: 6px 15px 6px; /* Adjust to suit */
  }
  .ribbon-icon {
    margin: 0 0 2px;
    padding-right: 4px;
  }
}

@media (max-width: 768px) {
  .hero-overlay-careers {
    background-size: 104%;
  }
  .ribbon-protector {
    margin: 0 auto;
  }
  .brand-item img {
      margin: 10px 10px;
  }
  .integrations-item img {
    width: 110px;
    margin: 0 8px;
  }
  .hero-overlay-careers .home-wrapper {
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 992px) {

    #plane {
        display: none;
    }

    .overview-detail {
        padding-bottom: 30px;
    }

    .overview-detail-right {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .flip-to-footer {
        display: table-footer-group;
        padding-left: 15px;
        padding-right: 15px;
    }

    .flip-to-header {
        display: table-header-group;
        padding-left: 15px;
        padding-right: 15px;
    }

    h4 {
        font-size: 15px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .title {
        font-size: 28px;
        line-height: 34px;
    }

    .overview-txt {
        font-size: 15px;
        line-height: 22px;
    }

    .pricing-sub-title {
        font-size: 21px;
        line-height: 24px;
        width: 50%;
        margin-top: -12px;
    }

    ul.check-bullets {
    font-size: 15px;
    }

    ul.check-bullets li {
    background-size: 13px;
    background-position: 0px 5px;
    padding: 0 0 3px 20px;
    }

    .spacious {
        padding-bottom: 100px;
    }

    .team-member img {
        display: inline;
    }
        .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: #ffffff;
    }

    .is-sticky .navbar-toggle,
    .is-light .navbar-toggle {
        color: #111111;
    }

    .clients {
        padding-bottom: 50px;
    }

    .investors {
        padding-top: 0px;
    }

    .clientblock {
        margin-top: 30px;
        color: #34495E;
    }

    .clientblock p {
        font-weight: 300;
    }
    .clientblock blockquote {
        font-size: 15px;
        font-weight: 300;
        padding: 10px 0px;
    }
    .carousel-control .glyphicon-chevron-right:before {
        content: " ";
        display:block;
        background:url('/images/right-arrow@2x.png') no-repeat;
        background-size: 24px 43px;
        width:24px;
        height:43px;
   }

   /*.features-lg {
     display: none !important;
   }*/

    .carousel-control .glyphicon-chevron-left:before, .carousel-control .glyphicon-chevron-right:before {
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 41%;
    }

    .integrations .integration {
        margin-left: auto;
        margin-right: auto;
    }
    /*.underline {
      background-position: 0 28px;
      padding: 0 0 10px 0;
    }*/

}

@media (max-width: 767px) {
    .about .small-image {
        display:block;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .about .medium-image {
        display: none;
    }

    .overview .medium-image {
        display: none;
    }
    .overview .small-image {
        display: block;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .about img.divider-line {
        display: inline-block;
    }

    .divider-line {
        width: 40%;
    }


    .integrations .integration {
        padding: 15px 25px;
        height: 130px;
    }


    .footer .journal {
        float: left;
        margin-left: 15px;
    }

    .home-wrapper {
        text-align: center;
        padding-top: 290px;
        padding-bottom: 40px;
    }

    .features-lg {
        display:none !important;
    }
    .features-sm {
        display: initial !important;
    }

    .spacious {
        padding-bottom: 30px;
    }
    .overview-detail-right {
        padding-bottom: 0px;
        margin-bottom: -35px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 26%;
    }
    .service-item {
      margin: 20px 0 0 0;
    }
    .legend ul {
      margin: 30px auto 20px;
    }

    .bottom-footer .text-center {
        text-align: left;
    }
    .bottom-footer .journal {
        margin-left: 0;
    }
    .bottom-footer img {
        margin-top: 5px;
    }
}
/* For Round Video Play Button*/
@media (max-width: 520px) {
  .absolute-video-button {
    padding-top: 23%;
  }
  .video-btn-rnd {
    padding: 12px 19px 8px !important;
    font-size: 30px;
  }
  .pricing-sub-title {
      font-size: 21px;
      line-height: 24px;
      width: 65%;
      margin-top: -12px;
  }
  .integrations-item img {
    width: 125px;
    margin: 0;
  }
}

/* Mobile (iPHone)*/
@media (max-width: 415px) {
    .integrations .integration .comingsoon > span {
        font-size: 9px;
    }
    .clientblock {
        min-height: 445px;
    }
    .clients {
        padding-bottom: 0px;
    }
    .clients .more-case-studies {
        margin-bottom: 40px;
    }
}
/* Deploy */
@-webkit-keyframes flickr {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }
}
@keyframes flickr {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }
}

#waves img {
    opacity: 0.1;
}

#waves.animate img {
    -webkit-animation: flickr 1.5s infinite;
            animation: flickr 1.5s infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

#waves img:nth-child(1){ -webkit-animation-delay: .5s; animation-delay: .5s }
#waves img:nth-child(2){ -webkit-animation-delay: 1s; animation-delay: 1s }
#waves img:nth-child(3){ -webkit-animation-delay: 1.5s; animation-delay: 1.5s }

#checkmarks img {
    opacity: 0.1;
    -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
}

#checkmarks.animate img {
    opacity: 1;
}

#checkmarks img:nth-child(1){ -webkit-transition-delay: 2s; transition-delay: 2s; }
#checkmarks img:nth-child(2){ -webkit-transition-delay: 2.25s; transition-delay: 2.25s; }
#checkmarks img:nth-child(3){ -webkit-transition-delay: 2.5s; transition-delay: 2.5s; }
#checkmarks img:nth-child(4){ -webkit-transition-delay: 2.75s; transition-delay: 2.75s; }
#checkmarks img:nth-child(5){ -webkit-transition-delay: 3s; transition-delay: 3s; }
#checkmarks img:nth-child(6){ -webkit-transition-delay: 3.25s; transition-delay: 3.25s; }

/* Feedback */
#feedback-animation-group #feedback-app-screen {
    -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
    opacity: 0;
}

#feedback-animation-group.animate #feedback-app-screen {
    opacity: 1;
}

#feedback-animation-group #feedback-app-screen-flash {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0px;
    opacity: 0;
}

@-webkit-keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes flash {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

#feedback-animation-group.animate #feedback-app-screen-flash {
    -webkit-animation: flash 0.4s;
            animation: flash 0.4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

#feedback-animation-group #feedback-gradient {
    -webkit-clip-path: inset(0 99% 0 0);
    clip-path: inset(0 99% 0 0);
    opacity: 0.5;
    -webkit-transition: 0.8s ease-in-out;
            transition: 0.8s ease-in-out;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
}

#feedback-animation-group.animate #feedback-gradient {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

#feedback-animation-group #feedback-app {
    -webkit-transition: 1s ease-in-out;
            transition: 1s ease-in-out;
    -webkit-transform: translate3d(-5%, 0, 0);
            transform: translate3d(-5%, 0, 0);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    opacity: 0;
}

#feedback-animation-group.animate #feedback-app {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    opacity: 1;
}

#feedback-animation-group #feedback-drag {
    -webkit-transition: 1s ease-in-out;
            transition: 1s ease-in-out;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
    width: 0%;
}

#feedback-animation-group.animate #feedback-drag {
    width: 18%;
}

#feedback-animation-group #feedback-text-1, #feedback-animation-group #feedback-text-2 {
    -webkit-clip-path: inset(0 99% 0 0);
    clip-path: inset(0 99% 0 0);
    -webkit-transition: 0.8s ease-in-out;
            transition: 0.8s ease-in-out;
    opacity: 0;
}

#feedback-animation-group.animate #feedback-text-1, #feedback-animation-group.animate #feedback-text-2 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

#feedback-animation-group #feedback-text-1 {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
}

#feedback-animation-group #feedback-text-2 {
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
}

#feedback-animation-group #feedback-curve {
    -webkit-clip-path: inset(0 99% 0 0);
    clip-path: inset(0 99% 0 0);
    -webkit-transition: 1s ease-in-out;
            transition: 1s ease-in-out;
    -webkit-transition-delay: 3.5s;
            transition-delay: 3.5s;
    opacity: 0.5;
}

#feedback-animation-group.animate #feedback-curve {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

@media (min-width: 1560px) {

  .hero-overlay-careers .home-wrapper {
    padding: 260px 0 230px 0;
  }

}

@media (min-width: 1920px) {

  .hero-overlay-careers {
    background-size: 1920px;
    background-position-y:-40px;
  }

  .hero-overlay-careers .home-wrapper {
    padding: 260px 0 230px 0;
  }

}

.faq-list-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.faq-list {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.faq-list .faq-unit {
    width: 100%;
    margin: 5px 0;
    background-color: #FFFFFF;
    border: 1px solid #34495E;
    border-radius: 3px;

}

.faq-header, .faq-body {
    text-align: left;
    position: relative;
}

.faq-header {
    padding: 18px 60px 18px 31px;
    cursor: pointer;
}

.faq-header:after {
    content: '';
    background-image: url('../images/build-arrow.svg');
    background-size: 15px 9px;
    width: 15px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;

    transition: all .2s cubic-bezier(0.57,-.03,.735,.045);
}

.faq-header.expanded:after {
    transform: rotateX(180deg);
}

.faq-body > div{
    padding: 0 30px 30px;
}

#discount-link {
    cursor: pointer;
}

@media (max-width: 768px) {
    .faq-list-container {
        flex-flow: column;
        align-items: center;
    }
}
