/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #2A3D53;
    line-height: 150%;
}

.OpenSansLight {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.OpenSansNormal {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.OpenSansSemiBold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.OpenSansBold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.navbar-toggle {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    border: 0;
    background: none !important;
    padding-right: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem; /* =16px */
    color: #2A3D53;
    background-attachment: fixed;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.title {
    color: white;
}

/*  ============
    Quettra Base Overwrite
    ============*/
a.quettra-green-button.quettra-green-button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  padding: 6px 16px !important;
  display: inline-block;
  border: 2px solid #71BB57 !important;
  margin-left: 20px;
}

.visible {
    visibility: visible !important;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
    cursor: pointer;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container {
    padding: 40px 0;
    background-color: #2b3d52;
    color: #fff;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar-inverse {
    background-color: #2b3d52;
}

.navbar-grey {
    background-color: #FAFAFA;
    border-bottom: 2px solid #E9E9E9 !important;
}

.navbar-grey .icon-bar {
    background-color: #2A3D53 !important;
}

.main-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.white-top {
    background-color: #fff;
    padding: 0px 3% 40px 3%;
    margin-bottom: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.white {
    background-color: #fff;
    padding: 0px 3% 40px 3%;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.white-text {
    color: #fff;
}

.white-connected {
    background-color: #fff;
    padding: 0px 3% 40px 3%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.case-study-wrap {
    padding: 0px 3% 40px 3%;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.3)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4dffffff',GradientType=1 ); /* IE6-8 */
    margin-bottom: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.grey-lines {
    background-image: url('../img/line-bg.png');
    background-color: #e1e2e3;
    background-position: bottom;
    padding: 40px 3% 100px 3%;
    margin-bottom: 20px;
}

.grey {
    background-color: #e1e2e3; 
}

.feature-wrap {
    text-align: center;
    padding-top: 20px;
}

.feature {
    max-height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-header {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Feature flip begin*/
/* simple */
.flip-container {
    display: inline-block;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;

    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
}

/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transition: .7s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .7s;
    -moz-transform-style: preserve-3d;
    -o-transition: .7s;
    -o-transform-style: preserve-3d;
    -ms-transition: .7s;
    -ms-transform-style: preserve-3d;
    transition: .7s;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transition: .7s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .7s;
    -moz-transform-style: preserve-3d;
    -o-transition: .7s;
    -o-transform-style: preserve-3d;
    -ms-transition: .7s;
    -ms-transform-style: preserve-3d;
    transition: .7s;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container, .front, .back {
    /*width: 19.6%;
    max-height: 150px;
    max-width: 223px;*/
    height: 200px;
    width: 200px;
}

.flipper {
    position: relative;
}

.front, .back {
    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

.front {
    -webkit-transition: .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .5s;
    -moz-transform-style: preserve-3d;
    -o-transition: .5s;
    -o-transform-style: preserve-3d;
    -ms-transition: .5s;
    -ms-transform-style: preserve-3d;
    transition: .5s;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

.back {
    -webkit-transition: .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .5s;
    -moz-transform-style: preserve-3d;
    -o-transition: .5s;
    -o-transform-style: preserve-3d;
    -ms-transition: .5s;
    -ms-transform-style: preserve-3d;
    transition: .5s;
    transform-style: preserve-3d;
    
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 2;
}

.front .name {
    font-size: 2em;
    display: inline-block;
    background: rgba(33, 33, 33, 0.9);
    color: #f8f8f8;
    font-family: Courier;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 60px;
    left: 25%;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.05em #333;
    display: none;

    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

/* vertical */
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
    -webkit-transform-origin: 100% 75px;
    -moz-transform-origin: 100% 75px;
    -ms-transform-origin: 100% 75px;
    transform-origin: 100% 75px;
}

/* START: Accommodating for IE */
.vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
/* END: Accommodating for IE */
/* Feature flip end */

.basics {
    background-image: url("../img/basics.png");
}

.basics-hover {
    background-image: url("../img/basics_hover.png");
}

.demographics {
    background-image: url("../img/demographics.png");
}

.demographics-hover {
    background-image: url("../img/demographics_hover.png");
}

.interests {
    background-image: url("../img/interests.png");
}

.interests-hover {
    background-image: url("../img/interests_hover.png");
}

.brands {
    background-image: url("../img/brands.png");
}

.brands-hover {
    background-image: url("../img/brands_hover.png");
}

.personas {
    background-image: url("../img/personas.png");
}

.personas-hover {
    background-image: url("../img/personas_hover.png");
}

.portrait-benefit {
    display: inline-block;
    width: 33.3333%;
    padding: 2% 3% 1% 3%;
    vertical-align: top;
    text-align: center;
}

.portrait-benefit h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-bottom: solid 2px #71bb57;
    width: 50%;
    text-align: center;
    margin: auto auto 10px;
    padding-bottom: 5px;
}

.user-portraits ul {
    width: 50%;
    margin: auto;
}

.generic-title {
    margin: 0;
    padding: 5rem 0 2rem 0;
    font-size: 5rem;
    color: #fff;
}

.subtitle {
    font-size: 3rem;
    margin-top: 9rem;
    margin-bottom: 40px;
}

.subtitle:last-of-type {
    font-size: 2.5rem;
    margin-top: 100px;
    margin-bottom: 32px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 1em;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 2rem;
}

.user-portraits {
}

.user-portraits h2 {
    padding-bottom: 15px;
}
address
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
}

.lined {
    line-height: 0.1;
    text-align: center;
}

.lined span {
    display: inline-block;
    position: relative;  
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.lined span:before,
.lined span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #FF9600;
    top: 0;
    width: 50%;
}

.lined span:before {
    right: 100%;
    margin-right: 15px;
}

.lined span:after {
    left: 100%;
    margin-left: 15px;
}

.benefit-wrap {
    padding-top: 20px;
    text-align: center;
}

.benefit-wrap p {
    color: #90959B;
    margin: 0 0 20px 0;
}

.benefit-wrap img {
    max-width: 200px;
}

.benefit {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    font-size: 2rem;
    padding: 0 2%;
    vertical-align: top;
}

.benefit a {
    font-family: 'Open Sans', sans-serif;
}

.benefit-row {
    width: 100%;
    padding-top: 7%;
    text-align: center;
    display: block;
}

.personalize-full .case-study-wrap:first-child  {
    padding-bottom: 0;
}

.personalize-full {
    padding: 20px 5% 2% 5%;
}

.personalize-full p {
    color: #90959B;
}

.personalize-row {
    text-align: center;
}

.benefit-title {
    color: #00B5F0;
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

i.fa.fa-external-link {
    padding-left: 10px;
    vertical-align: middle;
}

.benefit-details {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.monetize-row-details {
    width: 45%;
}

.benefit-details-half {
    width: 37%;
    display: inline-block;
    vertical-align: top;
}

.benefit-details-half p:first-child{
    color: #00B5F0;
    margin-bottom: 0;
}
.client-logo-gray {
    max-width: 100px;
}

.benefit-details-ur {
    width: 100%;
    display: table;
    padding: 1%;
    vertical-align: top;
}

.benefit-details-text {
    padding: 4% 5%;
    text-align: left;
}

.benefit-details-text p {
    padding-bottom: 30px;
}

.user-portrait {
    margin-top: 40px;
}

.monetization-icon {
    max-width: 200px;
}

.plug-play {
    padding-top: 30px;
    text-align: center;
}
.plug-play-icons {
    text-align: center;
}

.plug-play img {
    padding: 6px 16px;
    text-decoration: none;
    margin: 5px 2% auto 0;
    display: inline-block;
    max-width: 150px;
}

.customer-result-title {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.customer-result {
    text-align: center;
    display: block;
    font-size: 5rem;
}

.case-study-section {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #E1E2E3;
    padding: 5%;
    text-align: center;
    display: table;
    margin: auto;
    vertical-align: middle;
}

.case-study-section img {
    padding: 15px 0;
}

.case-study-section-left {
    width: 40%;
    vertical-align: middle;
}

.haptik-cs {
    vertical-align: middle;
}

.zoom-in:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.integration-guides {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.integration-guides .fa-file-text-o {
    padding-left: 20px;
}

.scroll-down-arrow {
    width: 100px;
}
.industry-wrapper {
    display: table;
    width: 100%;
    text-align: center;
}

.industry-row {
    display: table-row;
}

.industry {
    display: table-cell;
    text-align: center;
    width: 16.666%;
}

.industry-wrapper img {
    display: block;
    margin: auto;
}

.white-link {
    color: #fff;
    display: block;
    padding-top: 20px;
}

.white-link:hover {
    color: #fff;
    display: block;
    padding-top: 20px;
    text-decoration: underline;
}

a.btn-primary {
    color: #fff   
}

.button {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    background: #FF9600;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.button.button {
    color: #fff;
}

.button:hover,.button:active,.button:focus{
    color: #fff;
    background: #ffab33;
    text-decoration: none;
    cursor: pointer;
}

.button-grey {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    background-color: rgba(255,255,255,.1);
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.75);
}

.button-grey:hover,.button-grey:active,.button-grey:focus {
    color: #fff;
    background-color: rgba(255,255,255,.2);
    border: 2px solid #fff;
    text-decoration: none;
    cursor: pointer;
}

.button-outline-grey {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #aeaeb1;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: solid 2px #aeaeb1;
    padding: 6px 16px;
    text-decoration: none;
    margin: 5px 2% auto 0;
    display: inline-block;
}

.button-outline-grey:hover,.button-outline-grey:active,.button-outline-grey:focus {
    color: #717175;
    background: #fff;
    border: solid 2px #717175;
    text-decoration: none;
    cursor: pointer;
}

.button-inverted {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #71bb57;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: solid 2px #71BB57;
    padding: 6px 16px;
    text-decoration: none;
    margin: 20px 20px auto 20px;
    display: inline-block;
}

.button-inverted:hover,.button-inverted:active,.button-inverted:focus {
    color: #66aa4f;
    background: #fff;
    border: solid 2px #66aa4f;
    text-decoration: none;
    cursor: pointer;
}

.button-inverted-cs-left {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #71BB57;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: solid 2px #71BB57;
    padding: 6px 16px;
    text-decoration: none;
    margin: 20px 20px auto 20px;
    display: inline-block;
    width: 205px;
    text-align: left;
}

.button-inverted-cs-left:hover,.button-inverted-cs-left:active,.button-inverted-cs-left:focus {
    color: #66aa4f;
    background: #fff;
    border: solid 2px #66aa4f;
    text-decoration: none;
    cursor: pointer;
}

.button-inverted-cs-right {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #71BB57;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: solid 2px #71BB57;
    padding: 6px 16px;
    text-decoration: none;
    margin: 20px 20px auto 20px;
    display: inline-block;
    width: 205px;
    text-align: right;
}

.button-inverted-cs-right:hover,.button-inverted-cs-right:active,.button-inverted-cs-right:focus {
    color: #66aa4f;
    background: #fff;
    border: solid 2px #66aa4f;
    text-decoration: none;
    cursor: pointer;
}

.button-inverted-grey {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 6px 16px;
    text-decoration: none;
    margin-left: 20px;
    display: inline-block;
    border: 2px solid #fff;
}

.button-inverted-grey.button-inverted-grey {
    color: #fff;
}

.button-inverted-grey:hover, .button-inverted-grey:active, .button-inverted-grey:visited{
    color: rgba(255,255,255,.75);
    border: 2px solid rgba(255,255,255,.75);
    text-decoration: none;
    cursor: pointer;
}

.button-wrap {
    text-align: center;
}

.top-button-wrap {
    text-align: right;
}

.portrait-tagline-top {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 100;
    padding-bottom: 9px;
}

.portrait-tagline-bottom {
    display: block;
    color: #E1E2E3;
    font-size: 2rem;
    padding-bottom: 9px;
}

.get-started-wrap {
    display: inline-block;
    padding-top: 28px;
}

.strong-white {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.time-estimate {
    display: block;
    font-size: 1.7rem;
    padding-top: 15px;
    text-align: center;
}

.cs-buttons-wrap {
    text-align: center;
    padding-top: 20px;
}

.cs-button-top {
    display: inline;
    font-size: 1.5rem;
}

.cs-button-bottom {
    display: block;
}

.cs-button-icon-left {
    float: left;
    line-height: 50px;
    vertical-align: middle;
    padding-right: 10px;
}

.cs-button-icon-right {
    float: right;
    display: block;
    line-height: 50px;
    vertical-align: middle;
    padding-left: 10px;
}
.get-started-button {
    padding: 20px;
    display: inline-block;
}
.ready-to-signup {
    padding-bottom: 10px;
}
/*.get-started-button:after {
    content: url('../img/free.png');
    position: relative; /*or absolute*/
    /*z-index : 3;
    left: 20px;
    top: -2px;
}*/

.get-started-details {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
}

.pricing-wrap {
    text-align: center;
}

.pricing {
    border: solid 2px #AEAEB1;
    display: inline-block;
    padding: 2% 3% 3.8% 3%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.introductory-offer {
    font-size: 3rem;
}

.price {
    font-size: 3.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.pricing-length {
    padding-bottom: 20px;
    font-size: 2.5rem;
}

.pricing span {
    display: block;
}

.notice {
    font-size: 1rem;
    padding-top: 10px;
}

.hidden {
    display: none;
}

.portrait-privacy {
    padding-top: 20px; 
}

.button-integration {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #00B5F0 !important;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: solid 2px #90959B;
    padding: 6px 16px;
    text-decoration: none;
    margin: 20px 20px auto 20px;
    display: inline-block;
}

.button-integration:hover,.button-inverted:active,.button-inverted:focus {
    background: #fff;
    border: solid 2px #00B5F0;
    text-decoration: none;
    cursor: pointer;
}

.button-integration img {
    max-width: 100px;
    display: block;
    padding: 10px 0 10px 0;
    margin: auto;
}
i.fa.fa-android, i.fa.fa-apple {
    vertical-align: middle;
}

.how-it-works-wrap {
    display: table;
    border-spacing: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #E1E2E3;
    padding: 10px 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.how-it-works-wrap-mobile {
    display: table;
    border-spacing: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #E1E2E3;
    padding: 10px 20px;
}

.how-it-works-row {
    display: table-row;
}

.step {
    display: table-cell;
    background-color: #f2f2f2;
    width: 33.3333%;
    padding: 2%;
    -moz-border-image: url("../img/steps-border.png") 5 5 5 5 repeat;
    -webkit-border-image: url("../img/steps-border.png") 5 5 5 5 repeat;
    -o-border-image: url("../img/steps-border.png") 5 5 5 5 repeat;
    border-image: url("../img/steps-border.png") 5 5 5 5 fill repeat;
    background-image: url("../img/target_bg.png");
    background-repeat: no-repeat;
}

.step img {
    padding-bottom: 10px;
}

.close {
    position: relative;
    margin-left: 98%;
    top: 37px;
    left: -14px;
    opacity: .5;
}

.close:hover {
    opacity: 1;
}

.headline {
    color: #fff;
    font-size: 3rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: .4em;
    padding-bottom: 20px;
}

.trademark {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.subheader {
    font-size: 2.5rem;
}

.top-image {
    text-align: center;
    background-color: #00B5F0;
    background-image: url("../img/blue_car.png"), url("../img/blue_book.png");
    background-size: 30%;
    background-attachment: fixed;
    background-position-x: left,right;
    background-position-y: 35%;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.portrait-slider {
    width: 100%;
    margin-bottom: 60px !important;
    margin-left: 0;
    padding-left: 0;
    display: inline;
    cursor: move;
}

.slick-initialized .slick-slide {
    padding-left: 0 !important;
}

.slick-initialized .slick-slide {
    margin-left: 0 !important;
}

.top-msgs-mobile, .top-msgs-mobile-container {
    display: none;
}

.top-msgs-mobile .portrait-top-image {
    max-width: 350px;
}

.top-msgs-mobile .portrait-top-image p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.path {
    display: none;
}
.path-animation {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 10s linear forwards 1;
  -ms-animation: dash 10s linear forwards 1;
  animation: dash 10s linear forwards 1;
}
  
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
    width: 33%;
}

.box img {
    width: 100%;
}

.portrait-headline {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 60px;
    color: #fff;
    text-align: right;
}

.client-wrap {
    padding-bottom: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 5%;
    color: #fff;
}

.client-wrap .button-inverted-grey {
    margin-left: 0;
}

.client-wrap p {
    color: #fff;
    font-size: 2.3rem;
}

.client-wrap img {
    display: inline-block !important;
}

.app-icon-wrap {
    border: 2px solid #6a6d71;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.1);
    width: 250px;
    padding: 20px 10px 10px 10px;
    margin: 30px auto 0 auto;
}

.app-icon-wrap img {
    max-width: 75px;
}

.portrait-slider .portrait-clients {
    display: none;
}
.portrait-client-wrap {
    padding: 0px 0 10px 0;
}

.portrait-data-wrap {
    padding: 0px 0 10px 0;
}

.portrait-data-wrap img {
    max-width: 150px;
    padding-top: 20px;
}

.portrait-clients img {
    margin: auto;
}

.portrait-clients p, .portrait-top-image p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
}

.portrait-client-title {
    color: #fff;
    font-size: 1.5rem;
}

.portrait-client-result {
    color: #fff;
    font-size: 1.5rem;
}

.portrait-data {
    color: #fff;
    font-size: 1.5rem;
    display: block;
}

.portrait-top-image {
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    width: 100%;
}

.portrait-top-image img{
    max-width: 100%;
}

.client-wrap .button-inverted-grey {
    vertical-align: top;
    margin-top: 10px;
}

.top-button-wrap .button-inverted-grey {
    vertical-align: top;
    margin-top: 20px;
}

/*Flipping text begin*/
.rw-words-wrap {
    position: relative;
    height: 50px;
}

.rw-words-1 p{
    font-size: 2.7rem;
    width: 100%;
    text-align: right;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: rotateWord 9s linear infinite 0s;
    -ms-animation: rotateWord 9s linear infinite 0s;
    animation: rotateWord 9s linear infinite 0s;
}
.rw-words-1 p:nth-child(2) { 
    -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s; 
}
.rw-words-1 p:nth-child(3) { 
    -webkit-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
    5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
    20% { opacity: 0; -ms-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
/*Flipping text end*/

.portrait-main-logo {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.portrait-main-logo img{
    width: 100%;
}

.anchor {
  display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}

footer {
    text-align: center;
}

.socialmedia img {
    width: 100%;
    max-width: 30px;
}

.active-user-graph {
    border: solid 2px #E1E2E3;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    display: block;
}

.center {
    text-align: center;
}

.disclaimer {
    text-align: center;
    color: #717175;
    padding-top: 20px;
    font-size: 1rem;
}

.bubble-right {
    position: relative;
    width: 170px;
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(225, 226, 227, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bubble-right:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent rgba(225, 226, 227, 0.5);
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -15px;
    left: -15px;
    top: 50%;
}

.bubble-left {
    float: right;
    position: relative;
    width: 170px;
    padding: 10px;
    margin-bottom: 20px;
    background: rgba(225, 226, 227, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bubble-left:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0px 15px 15px;
    border-color: transparent rgba(225, 226, 227, 0.5);
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -15px;
    right: -15px;
    top: 50%;
}

.case-study {
    margin: 0;
    padding: 5rem 0;
    font-size: 5rem;
    color: #fff;
}

.table {
    border-spacing: 40px 10px;
    clear: both;
}

.trow {
    display: table-row;
}

.cell {
    display: table-cell;
}

.app-icon {
    width: 150px;
}

.app-details-top {
    font-size: 3rem;
    font-weight: bold;
}

.app-details-bottom {
    display: block;
    font-size: 2.4rem;
}

.ltgray-border {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #aeaeb1;
    width: 50%;
    padding: 2%;
}

 .dkgray-border {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #2A3D53;
    width: 50%;
    padding: 2%;
 }

  .dkgray-border-bottom-arrow {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #2A3D53;
    width: 50%;
    padding: 2%;
    position: relative;
 }

.dkgray-border-bottom-arrow:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #2A3D53;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

  .dkgray-border-right-arrow {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #2A3D53;
    width: 50%;
    padding: 2%;
    position: relative;
 }

.dkgray-border-right-arrow:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -15px;
    margin-top: -15px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #2A3D53;
}

.about-app, .about-industry {
    width: 49%;
    display: inline-block;
    vertical-align: top;

}

.about-industry {
    padding-left: 5%;
}

.about-industry img{
    float: left;
    padding-right: 20px;
}

.percentage-wrap {
    width: 32%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.percentage-wrap img {
    max-width: 100%;
}

.percentage-title {
    display: block;
}

.mockup-description {
    vertical-align: top;
    width: 55%;
    display: inline-block;
}

.mockup {
    width: 40%;
    display: inline-block;
    text-align: right;
    padding-top: 40px;
}

.notifications {
    width: 100%;
    padding-top: 0;
}

.prev {
    color: #717175;
    padding-right: 20px;
}

.next {
    color: #717175;
    padding-left: 20px;
}

.mockup li {
    text-align: center;
}

 .no-margin {
    margin: 0;
 }

blockquote {
    margin: 0;
    border-left: 0;
}

 .thoughts > *:first-child:before{
    content: '\201C\a';
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 5em;
    white-space: pre;
    line-height: 0.1em;
    vertical-align: -0.4em;
}

.thoughts > *:last-child:after {
    content: '\a\201D';
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 5em;
    line-height: 0.1em;
    vertical-align: -0.7em;
    padding-left: 85%;
}

.partner-go-launcher {
    width: 20%;
    display: inline-block;
    padding: 20px 0 0 0;
    text-align: center;
}

.partner-go-launcher .button-inverted {
    margin: auto;
}

.partner-go-launcher img {
    max-width: 150px;
    padding-right: 30px;
}

.partner-thoughts-wrap {
    max-width: 80%;
    padding-left: 5%;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.partner-thoughts-wrap blockquote {
    position: relative;
    padding-left: 40px;
}

.partner-thoughts-wrap blockquote:before {
    position: absolute;
    left: -60px;
    content: '\201C\a';
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 10rem;
    color: #c3c5c6;
    padding: 0 12px 5px 8px;
    border-right: 2px solid #e1e2e3;
    margin-right: 15px;
    height: 100%;
}

.partner-logos-wrap {
    padding-top: 40px;
    text-align: center;
}

.partner-logos-wrap img {
    margin: 2%;
}

.fifty-percent {
    max-width: 90px;
}

.seventy-percent {
    max-width: 140px;
}

.quote-name {
    color: #90959B;
    display: block;
    text-align: right;
    padding-left: 10px;
    padding-top: 30px;
    line-height: 150%;
}

.taxonomy-bg {
    background-image: url('../img/geometry_trans.png');
    background-color: #71bb57;
    background-attachment: fixed; 
}

.go-bg {
    background-image: url('../img/golauncher-wp.jpg');
    background-color: #e1e2e3; 
    background-attachment: fixed; 
}

.ebay-bg {
    background-image: url('../img/ebay_wp.png');
    background-color: #e1e2e3; 
    background-attachment: fixed; 
}

.tinder-bg {
    background-image: url('../img/tinder_wp.png');
    background-color: #e1e2e3; 
    background-attachment: fixed; 
}

.pinterest-bg {
    background-image: url('../img/pinterest_wp.png');
    background-color: #e1e2e3; 
    background-attachment: fixed; 
}

.dropbox-bg {
    background-image: url('../img/dropbox_wp.png');
    background-color: #e1e2e3; 
    background-attachment: fixed; 
}

.linkedin-bg {
    background-image: url('../img/linkedin_wp.png');
    background-color: #e1e2e3; 
    background-attachment: fixed; 
}

.twitter-bg {
    background-image: url('../img/twitter_wp.png');
    background-color: #4089C0; 
    background-attachment: fixed; 
}

.flipboard-bg {
    background-image: url('../img/flipboard_wp.png');
    background-color: #4089C0; 
    background-attachment: fixed; 
}

.app-wrap {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.app-details {
    padding-left: 20px;
    color: #fff;
    text-shadow: 1.5px 1.5px rgba(0,0,0,.3);
}

.case-study-hero {
    padding-bottom: 40px;
}

.main-percentage-wrap {
    width: 25%;
    display: inline-block;
    text-align: right;
    padding-right: 20px;
}

.key-result {
    color: #e1e2e3;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-shadow: 1.5px 1.5px rgba(0,0,0,.3);
    font-size: 1.8rem;
    width: 25%;
    display: inline-block;
    text-align: left;
}

.key-result-nonpartner {
    color: #e1e2e3;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-shadow: 1.5px 1.5px rgba(0,0,0,.3);
    font-size: 2.1rem;
    width: 50%;
    display: inline-block;
    text-align: left;
}

.key-result-line2 {
    display: block;
}

.key-result-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.portrait-logo {
    max-width: 270px;
    float: right;
    position: relative;
    top: -100px;
    margin-bottom: -80px;
}

.portrait-logo-home {
    max-width: 270px;
}

.main-container-go {
    padding-left: 30px;
    padding-right: 30px;
}

.portrait-details-wrap{
    text-align: center;
    padding: 0 30px 80px 0;
}

.portrait-details {
    padding-top: 20px;
}

/*.dot-sports {
  margin-top: 53%;
  margin-left: 27%;
}

.dot-tech {
  margin-top: 66.5%;
  margin-left: 27%;
}*/

.slider a {
    height: 50px;
    width: 50px;
}

.slider a:hover {
    cursor: pointer;
}

.dot {
  margin-top: 12.5%;
  margin-left: 51%;
  border: 10px solid #aeaeb1;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

.about-mockup {
    position: absolute;
    margin-top: 12.5%;
    margin-left: 51%;
    top: -15px;
    left: -25px;
    color: #fff;
    font-size: 2rem;
}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0.25);
    opacity: 0.25;
 }
 50% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 75% {
    -moz-transform: scale(0.75);
    opacity: 0.75;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0.25);
    opacity: 0.25;
 }
 50% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 75% {
    -webkit-transform: scale(0.75);
    opacity: 0.75;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

/* Clickable Mockup Begin */

a.tooltip {outline:none; }
a.tooltip strong {
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index: 10;
    display: none;
    padding: 10px;
    text-align: center;
    left: -2%;
    top: 105%;
}
a.tooltip:hover span{
    display: inline;
    position: absolute; 
    border: 2px solid rgba(255,255,255,.5);
    color: #e1e2e3;
    background: #333;
    width: 120px;
}

.hotspots .fa-user {
    display: block;
    font-size: 3rem;
    opacity: .4;
}

.portrait-reason {
    clear: both;
}

a.tooltip span
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;        
    opacity: 1;
}

.clickable-mockup {width:100%; position:relative;}

.clickable-mockup img {display:block; width:100%; border-radius:20px;}
.clickable-mockup .hotspots {width:100%; height:100%; position:absolute; left:0; top:0; visibility:hidden;}
.clickable-mockup a {display:block; position:absolute; background-color: rgba(0,0,0,.4); z-index:100; border: 2px solid #66aa4f;}
.clickable-mockup a.twitter1 {left: 22.6%; top: 32%; width: 8.95%; height: 6%;}
.clickable-mockup a.twitter2 {left:22.4%; top:41%; width:8.8%; height:6%;}
.clickable-mockup a.twitter3 {left:22.4%; top:50%; width:9.2%; height:6.3%;}
.clickable-mockup a.twitter4 {left:22.4%; top:58.9%; width:9.2%; height:6.3%;}
.clickable-mockup a.twitter5 {left:22.4%; top:67.85%; width:9.2%; height:4.8%;}

.clickable-mockup a.ebay1 {left: 17.5%; top: 31.6%; width: 31%; height: 19.1%;}
.clickable-mockup a.ebay2 {left: 50.25%; top:31.6%; width: 31.5%; height: 19.1%;}
.clickable-mockup a.ebay3 {left: 17.5%; top: 51.7%; width: 31.5%; height: 18.7%;}
.clickable-mockup a.ebay4 {left: 50.25%; top: 51.7%; width: 31.5%; height: 18.7%;}

.clickable-mockup a + p {position:absolute; left:0%; top:102%; width:100%; color:#000; display:none;}

.clickable-mockup:hover .hotspots {visibility: visible;}
.clickable-mockup p {
    display:block;
    padding:0;
    margin:0;
    font-size: 1.4rem;
    color: #e1e2e3;
    font-family: 'Open Sans', sans-serif;
}
.clickable-mockup p strong {display:block; padding:0; margin:0; font: bold 2.5rem/3rem; color:#000;}

.clickable-mockup .hotspots div:hover p {display: block;}
.clickable-mockup .hotspots div:hover a {z-index: 101; background-color: rgba(255,255,255,.3); opacity:1; filter: alpha(opacity=100); border: 2px solid #66aa4f;}

/* Clickable Mockup End */

    .pdf {
        padding-right: 12px;
    }

    .twentytwenty-container {
        margin: auto;
    }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1200px) {
    .industry {
        width: 33%;
        padding-bottom: 40px;
        display: inline-block;
    }
}
@media only screen and (max-width: 1000px) {
    .portrait-slider {
        padding-top: 0;
    }
    .portrait-headline, .headline, .top-button-wrap {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    .top-msgs-mobile-container {
        display: block;
    }
    .top-msgs-mobile {
        display: inherit;
        margin-top: 100px;
        text-align: center;
    }

    .top-msgs-mobile h2 {
        padding-bottom: 20px;
    }

    .top-msgs-mobile h3 {
        margin-top: 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

    .top-msgs-mobile p {
        color: #2A3D53;
    }

    .top-msgs-mobile .portrait-data, .top-msgs-mobile .portrait-client-title {
        color: #2A3D53;
    }

    .top-msgs-mobile .client-wrap:last-of-type {
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .top-msgs-mobile .client-wrap {
        border: 1px solid #e1e2e3;
        margin: auto auto 40px auto;
    }

    .portrait-headline {
        width: 100%;
        text-align: center;
    }

    .top-button-wrap {
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) {
    .button-inverted-ltgrey {
        border: 0;
        padding: 0;
    }

    .button-inverted-ltgrey:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .4);
        border: solid 2px #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .main-percentage-wrap {
        display: none;
    }

    .key-result {
        padding-left: 10%;
        vertical-align: top;
        width: 49%;
    }

    .app-details {
        vertical-align: top;
    }

    .box {
        display: none;
    }

    .benefit {
        width: 49%;
        padding: 10px 20px;
    }

    .benefit-details {
        width: 100%;
    }

    .benefit-details img, .benefit-details-half img {
        width: 60%;
        margin: auto;
        display: block;
    }

    .benefit-details-half {
        width: 100%;
        display: block;
    }

    .mockup {
        width: 70%;
        margin: auto;
        display: block;
    }

    .user-portrait {
        margin: auto;
        display: block;
    }

}

@media only screen and (max-width: 950px) {
    .lined span:before, .lined span:after {
        width: 50%;
    }

    .about-app{
        display: block;
        width: 100%;
    }

    .about-industry {
        display: block;
        width: 100%;
        padding-top: 10%;
    }
	.portrait-slid
    .mockup-description, .mockup {
        display: block;
        width: 100%;
    }
    .partner-go-launcher {
        width: 100%;
        display: block;
        padding: 19px 0 20px 0;
        margin: auto;
    }

    .partner-thoughts-wrap {
      max-width: 80%;
      margin: auto;
      display: block;
      padding-bottom: 20px;
    }
}

@media only screen and (max-width : 776px) {
    .navbar-inverse .navbar-brand {
        width: 65%;
    }
}

@media (min-width: 768px) {
    .main-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .main-container {
            width: 970px;
    }
}

@media (min-width: 1200px) {
    .main-container {
    width: 1170px;
    }
}

@media only screen and (max-width: 676px){

.portrait-benefit {

    width: 100%;
    padding: 2% 3% 5% 3%;
}

.navbar-fixed-top + *:before {
    height: 36px;
}

.navbar {
    height: auto;
    min-height: 50px;
}

.key-result {
    display: none;
}

.app-wrap {
    width: 100%;
}

}

@media only screen and (max-width: 600px){

.table {
    margin-bottom: 0;
    border-spacing: 0;
}

.benefit {
    width: 99%;
    padding: 10px 20px;
}

.ltgray-border, .dkgray-border, .dkgray-border-right-arrow, .dkgray-border-bottom-arrow {
    display: block;
    margin-bottom: 40px;
    width: 100%; 
}

  .dkgray-border-right-arrow {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #2A3D53;
    padding: 1%;
    position: relative;
 }

.dkgray-border-right-arrow:after {
    position: absolute;
    top: 107%;
    left: 50%;
    margin-left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #2A3D53;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.mockup-description {
    display: block;
    width: 100%;
}

.mockup {
    display: block;
    width: 100%;
    text-align: center;
}

    .subheader {
        padding-bottom: 20px;
    }

    .industry {
        width: 50%;
        display: inline-block;
    }
}

@media only screen and (max-width: 750px) {
    nav a {
        padding: 0 0 10px 0;
    }

    .top-image {
        background-position-y: 30%,30%;
    }
}

@media only screen and (min-width: 551px){

    .how-it-works-wrap-mobile {
        display: none;
    }

}

@media only screen and (max-width: 550px){

    .portrait-top-image {
        width: 100%;
    }

    .how-it-works-wrap {
        display: none;
    }

    .how-it-works-wrap-mobile {
        display: inherit;
    }

    .lined span:before, .lined span:after {
        width: 10%;
    }

    .flip-container, .front, .back {
        width: 160px;
        height: 160px;
    }

    .feature {
        max-height: 140px;
    }

    .top-image {
        /*background: radial-gradient(
        rgba(52,53,59, 0), 
        rgba(52,53,59, 0.3)
        ),
        url('../img/conveyor.png');
        background-position: center;*/
        text-align: center;
    }

    .portrait-headline {
        display: block;
        width: 100%;
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }

    .headline {
        margin-top: 10px;
    }

    .subheader {
        padding-bottom: 0;
        margin: 0;
    }

    .button-grey {
        margin-top: 30px;
    }

    .top-button-wrap {
        text-align: center;
    }

    .bubble-left, .bubble-right {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .portrait-logo {
        top: -20px;
        margin: auto;
        display: block;
        float: none;
    }

    .industry {
        width: 100%;
        display: inline-block;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
