nav.navbar.navbar-fixed-top {
    transition: 250ms all ease-in;
}
nav.navbar.navbar-fixed-top.top {
    background-color: transparent;
    border-color: rgb(135,190,69);
    border-color: rgba(135,190,69,0);
}
nav.navbar.navbar-fixed-top .btn.btn-navbar {
    text-shadow: rgba(32,32,32,.75) 0 0 5px;
}
section {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.padded-top {
    padding-top: 60px;
}
#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#site-title {
    background: url(/images/top/features-top.jpg) center 0 no-repeat #eee;
    background-image: url(/images/top/features-top.jpg), linear-gradient(to right, #eee 0%, #666 50%, #eee 100%);
    min-height: 560px;
    margin-top: -60px;
    border-bottom: 3px solid #87be45;
}
#bgimg img {
    width: 2000px;
    height: 1000px;
}
@media screen and (max-width: 767px){
    #site-title {
        background-position-x: -600px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #site-title {
        background-position-x: -400px;
    }
}
#site-title h1 {
    font-size: 42px;
}
#site-title h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
}
@media screen and (max-width: 767px){
    #site-title h1 {
        margin-top: 60px;
    }
    #site-title h3 {
        font-size: 18px;
    }
}
#email-testing, #spam-testing {
    padding-bottom: 0;
}
#email-testing img {
    max-width: 100%;
}
#analytics {
    padding-top: 60px;
}
.analytic-cycle {
    padding: 130px 0;
    position: relative;
    max-width: 900px;
    margin: auto;
}
@media screen and (max-width: 991px){
    .analytic-cycle {
        padding: 150px 0 130px;
    }
}
.analytic-cycle .screenshot {
    width: 70%;
    display: block;
    margin: auto;
    max-width: 556px;
    position: relative;
}
.analytic-cycle #engagement.screenshot {
    left: 15%;
    z-index: 2;
}
.analytic-cycle #clients.screenshot {
    left: 5%;
    top: -25px;
    z-index: 3;
}
.analytic-cycle #geolocation.screenshot {
    position: absolute;
    top: 25%;
    left: 2%;
    z-index: 1;
}
#analytic-line-art {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}
#analytic-line-art path {
    stroke: #0284b4;
    stroke-width: 1;
    stroke-dasharray: 250;
    stroke-dashoffset: 250;
}
#analytic-line-art path.in {
    animation: dash 2s linear normal;
    -webkit-animation: dash 1s linear normal;
    stroke-dashoffset: 0;
}
@keyframes dash {
    from {
        stroke-dashoffset: 250;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 250;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.analytic-lines {
    position: absolute;
    width: 30%;
    max-width: 300px;
    z-index: 5;
    padding-top: 75px;
}
.analytic-lines h3, .analytic-lines h4 {
    opacity: 0;
    position: relative;
    transition: all 250ms ease-in;
}
.analytic-lines h3 {
    top: -10px;
}
.analytic-lines h4 {
    top: -12px;
}
.analytic-lines.in h3{
    opacity: 1;
    top: 0;
    transition-delay: 400ms;
}
.analytic-lines.in h4 {
    opacity: 1;
    top: 0;
    transition-delay: 600ms;
}
.analytic-lines h3, .analytic-icons h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}
.analytic-lines h4 {
    font-size: 14px;
    font-weight: 500;
}
#engagement-line.analytic-lines {
    top: 5%;
    left: 0;
    text-align: center;
    background: url(/images/top/analytics-icon-engagement.png) center top no-repeat;
}
#clients-line.analytic-lines {
    top: 50%;
    right: -85px;
    width: 25%;
    text-align: right;
    background: url(/images/top/analytics-icon-clients.png) right top no-repeat;
}
#geolocation-line.analytic-lines {
    top: 55%;
    left: -85px;
    text-align: left;
    background: url(/images/top/analytics-icon-geolocation.png) left top no-repeat;
}
.icon-row {
    position: absolute;
    top: 20px;
    z-index: 10;
    width: 100%;
}
.analytic-icons {
    padding-top: 55px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #000;
}
.analytic-icons .analytic-info-box {
    background: #1f232c;
    color: #eee;
    text-decoration: none;
    padding: 5px;
    border-radius: 6px;
}
.analytic-icons h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.analytic-icons:focus, .analytic-icons:hover, .analytic-icons:active {
    text-decoration: none;
    color: #000;
}
.analytic-icons:focus h3, .analytic-icons:hover h3, .analytic-icons:active h3 {
    text-decoration: underline;
    color: #014d68;
}
#engagement-icon {
    background: url(/images/top/analytics-icon-engagement.png) center top 15px no-repeat;
    background-size: 50px;
}
#clients-icon {
    background: url(/images/top/analytics-icon-clients.png) center top 15px no-repeat;
    background-size: 50px;
}
#geolocation-icon {
    background: url(/images/top/analytics-icon-geolocation.png) center top 15px no-repeat;
    background-size: 50px;
}
#more-features h4 {
    font-weight: 700;
    text-transform: uppercase;
}
#more-features h5 {
    font-weight: 500;
    font-size: 14px;
    min-height: 4.5em;
}
.more-image {
    position: relative;
    width: 220px;
    height: 220px;
    border: 2px solid #353c4b;
    border-radius: 50%;
    margin: auto;
    padding-top: 54px;
    background: #1f232c;
}
#inspiration-image {
    padding-top: 42px;
}
#web-page-preview-image {
    padding-top: 59px;
}
@media screen and (max-width: 767px){
    .more-image {
        width: 110px;
        height: 110px;
        padding-top: 27px;
    }
    .more-image img {
        max-width: 75%;
    }
    #inspiration-image {
        padding-top: 17px;
    }
    #web-page-preview-image {
        padding-top: 30px;
    }
}

#result-screen {
    position: relative;
    left: 50%;
    margin: 36px 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px;
    max-width: 100%;
    border: 2px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 120px 60px -60px rgb(204,204,204);
    box-shadow: 0 120px 60px -60px rgba(204,204,204,.5);
}

#result-screen #result-ui {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/images/email-testing/empty-results.png) no-repeat center;
    background-size: cover;
}

#result-screen:before {
    padding-top: 66.7%;
    content: '';
    display: block;
}

#result-screen .result-ss {
    position: absolute;
    height: 118px;
    width: 152px;
    max-width: 20.2%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 250ms;
}

#result-screen:not(.in) .result-ss {
    transition-delay: 0s!important;
}

#result-screen.in .result-ss {
    opacity: 1;
}

#result-screen .result-ss.result-ss-r1 {
    top: 10%;
}

#result-screen .result-ss.result-ss-r2 {
    top: 42%;
}

#result-screen .result-ss.result-ss-r3 {
    top: 74%;
}

#result-screen .result-ss.result-ss-c1 {
    left: 8%;
}

#result-screen .result-ss.result-ss-c2 {
    left: 31%;
}

#result-screen .result-ss.result-ss-c3 {
    left: 54%;
}

#result-screen .result-ss.result-ss-c4 {
    left: 76%;
}

#result-screen .result-ss.result-ss-r1.result-ss-c1 {
    background-image: url(/images/email-testing/screenshot/m1.png);
    transition-delay: 0.61s;
}

#result-screen .result-ss.result-ss-r1.result-ss-c2 {
    background-image: url(/images/email-testing/screenshot/m2.png);
    transition-delay: 0.34s;
}

#result-screen .result-ss.result-ss-r1.result-ss-c3 {
    background-image: url(/images/email-testing/screenshot/m3.png);
    transition-delay: 0.51s;
}

#result-screen .result-ss.result-ss-r1.result-ss-c4 {
    background-image: url(/images/email-testing/screenshot/m4.png);
    transition-delay: 0.31s;
}

#result-screen .result-ss.result-ss-r2.result-ss-c1 {
    background-image: url(/images/email-testing/screenshot/d1.png);
    transition-delay: 1s;
}

#result-screen .result-ss.result-ss-r2.result-ss-c2 {
    background-image: url(/images/email-testing/screenshot/d2.png);
    transition-delay: 1.15s;
}

#result-screen .result-ss.result-ss-r2.result-ss-c3 {
    background-image: url(/images/email-testing/screenshot/d3.png);
    transition-delay: 0.51s;
}

#result-screen .result-ss.result-ss-r2.result-ss-c4 {
    background-image: url(/images/email-testing/screenshot/d4.png);
    transition-delay: 0.93s;
}

#result-screen .result-ss.result-ss-r3.result-ss-c1 {
    background-image: url(/images/email-testing/screenshot/w1.png);
    transition-delay: 0.84s;
}

#result-screen .result-ss.result-ss-r3.result-ss-c2 {
    background-image: url(/images/email-testing/screenshot/w2.png);
    transition-delay: 0.72s;
}

#result-screen .result-ss.result-ss-r3.result-ss-c3 {
    background-image: url(/images/email-testing/screenshot/w3.png);
    transition-delay: 0.68s;
}

#result-screen .result-ss.result-ss-r3.result-ss-c4 {
    background-image: url(/images/email-testing/screenshot/w4.png);
    transition-delay: 0.71s;
}

#spam-box {
    position: relative;
    left: 50%;
    margin: 36px 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px;
    max-width: 100%;
    min-height: 300px;
    border-radius: 6px;
    box-shadow: 0 120px 60px -60px rgb(204,204,204);
    box-shadow: 0 120px 60px -60px rgba(204,204,204,.5);
}

#more-features .collapse-margin {
    padding: 0 20px;
}

.collapse-margin {
    margin-top: 40px;
}

@media screen and (min-width: 768px){
    #spam-box {
        min-height: 400px;
        margin-top: 0;
    }
    .collapse-margin {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px){
    .mobile-center {
        text-align: center;
    }
    .mobile-pad {
        padding: 0 25px;
    }
    .mobile-shift {
        position: relative;
        top: 60px;
    }
}

#spam-box #spam-ui {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
#spam-box #spam-ui img {
    width: 100%;
}
#spam-circle {
    position: absolute;
    top: 20%;
    left: 15%;
}
#spam-circle .circle-title {
    position: absolute;
    top: 68px;
    width: 250px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    z-index: 5;
}
#spam-circle .inset .percentage .numbers span {
    color: #000;
}