body {
    min-height: 1000px;
    padding-top: 148px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

h1 {font-size: 72px;}
h2 {font-size: 60px; font-weight: 300;}
h3 {font-size: 48px; font-weight: 300;}
h4 {font-size: 36px;}
h5 {font-size: 30px;}
h6 {font-size: 24px;}
h7 {font-size: 18px;}


p {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666;}
.white {color: #ffffff;}

.logo-nav {margin: 26px 15px 0 0;} 

.yellow-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px #cc9900;
    line-height: 60px;
    background:#ffcd03;
    width: 285px; height: 67px;
    display: block;
    border-radius: 8px;
    border-bottom: 4px solid #cc9900;
    }

.yellow-button:hover {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    background:#cc9900;
    border-bottom: 4px solid #a97f00;
}

.dark-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #ffcc00;
    line-height: 65px;
    background:#232323;
    width: 285px; height: 67px;
    display: block;
    border-radius: 8px;
    border-bottom: 4px solid #000000;
    }

.dark-button:hover {
    color: #cc9900;
    text-decoration: none;
    background:#000;
    border-bottom: 4px solid #000;    
}


.onlinedemo-button, .factsheet-button, .getstarted-button, .dark-button-icon {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: right;
    color: #fff;
    width: 290px; height: 67px;
    line-height: 66px;
    display: block;
    border-radius: 8px;
    float: left;
    margin: 20px 20px 0 0;
}


.onlinedemo-button {
    padding-right: 18px;
    text-shadow: 2px 2px #cc9900;
    background:#ffcd03 url(../images/bg-onlinedemo-button.png) no-repeat 20px bottom;
    border-bottom: 4px solid #cc9900;
}
.onlinedemo-button:hover, .factsheet-button:hover, .getstarted-button:hover, .dark-button-icon:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.factsheet-button {
    padding-right: 30px;
    text-shadow: 2px 2px #bd5e36;
    background:#f17541 url(../images/bg-factsheet-button.png) no-repeat 20px bottom;
    border-bottom: 4px solid #bd5e36;
}

.getstarted-button {
    padding-right: 80px;
    text-shadow: 2px 2px #1e7581;
    background:#2491a0 url(../images/bg-getstarted-button.png) no-repeat 20px bottom;
    margin: 20px 0 0 0;
    border-bottom: 4px solid #1e7581;
}

.dark-button-icon {
    padding-right: 17px;
    text-shadow: 2px 2px #000000;
    background:#232323 url(../status/bg-subscribe-button.png) no-repeat 20px bottom;
    margin: 30px 0 0 0;
    border-bottom: 4px solid #000000;
    float: right;
}

.buttons-container {
    width: 620px;
    margin: 0 auto;
}

.banner-nav {
    color: #ffcc00;
    font-size: 30px;
    font-weight: 300;
}
.links {
    color: #ffcc00;
    font-size: 18px;
    border-right: 1px solid #ffcd03;
    margin-right: 8px;
    padding-right: 14px;
}

.links:last-child {border-right: none;}

.links:hover {
    color: #cc9900;
}

.nav-addons {
    width: 100%;
    min-height: 48px;
    background-color: #ffcc00;
    position: fixed;
    top: 100px;
    z-index: 1030;
}


.nav-addons ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 14px 0;
    min-height: 48px;
}

.nav-addons ul li {
    display: inline;
    font-size: 18px;
    font-weight: 700;
}

.nav-addons ul li span {
    font-weight: 400;
    
}

.nav-addons a {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    color: #232323;
    border-right: 1px solid #cc9900;
}

.hide-nav {
    display: none!important;
}

.nav-takeademo-button {
    font-weight: 400;
    text-align: center;
    color: #232323;
    line-height: 45px;
    background:#ffcc00;
    width: 140px; height: 45px;
    display: block;
    border-radius: 8px;
    border-bottom: 4px solid #cc9900;
    position: relative;
    float: left;
    margin: 26px 15px;
    }


.nav-takeademo-button:hover {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    background:#cc9900;
    border-bottom: 4px solid #a97f00;
}


.nav-contact {
    margin: 26px 0 0 0;
}

.nav-contact li {
    float: none;
}

.nav-contact li a {
    float: none;
    padding: 0px;  
}

.chat-middle {
    color: #000;
    text-decoration: underline;
}

.chat-middle:hover {
    color:#cc9900;
}

.banner-home {
    background:url(../images/banner-home.jpg) no-repeat scroll center center / cover;
    min-height: 730px;
}

.number1-homebanner {
    text-align: center;
    font-size: 36px;
    color: #fff;
    background: #000;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    margin-bottom: 30px;
}

.container-banner-home {
    min-height: 730px;
    position: relative;
}

.banner-home .num1 {
    margin-top: 90px;
    }

.banner-home .laptop {
    position: absolute;
    left: -90px;
    bottom: 0px;
}

.webdemo {
    width: 100%;
    padding: 50px 0;
    background:url(../images/bg-15min.jpg) top center;
}

.home-pumper {
    padding: 110px 0 0 0;
}

.home-remote {
    padding: 70px 0 0 0;
}

.home-connect {
    padding: 100px 0 0 0;
}

.home-remote .section-float, .home-reports .section-float {
    float: right;
}
.home-remote h4 {margin-top: 170px;}

.home-reports {padding: 120px 0;}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

footer p {
    font-size: 14px;
}
footer .top {
    background: #232323;
    width: 100%;
    text-align: center;
    padding: 40px 0 30px 0;
    
}

footer a {
    margin: 0 20px 0 20px;
    color: #ccc;
    font-size: 16px;
}

footer a:hover {
    color: #ffcc00;
}

footer .bottom {
    background: #1c1c1c;
    width: 100%;
    text-align: center;
    padding: 20px 0 8px 0;
}

.banner-pumper, .banner-remote, .banner-reports, .banner-takedemo, .banner-connect {
    border-top: 3px solid #ffcd03;
}

.banner-pumper {
    background:url(../images/banner-pumper.jpg) no-repeat scroll center center / cover;
    min-height: 450px;
    padding-top: 0px;
}
.banner-pumper .icon, .banner-reports .icon, .banner-takedemo .icon {
    float: left; margin: 0 20px 20px 0;
}

.banner-pumper h1, .banner-reports h1, .banner-connect h1, .banner-takedemo h1 {
    font-weight: 300;
    color: #ffcc00;
}

.banner-pumper p, .banner-remote p, .banner-connect p, .banner-reports p, .banner-takedemo p {
    color: #ccc;
}

.banner-pumper .pumper {
    float: left;
    margin: 10px 0 0 70px;
}

.available {
    height: 32px;
    margin-top: 20px;
}

.available p {
    float: left;
    line-height: 38px;
    margin-right: 8px;
}

.available img {
    width: auto;
    height: 32px;
    margin-right: 10px;
    float: left;
}

.banner-reports {
    background:url(../images/banner-reports.jpg) no-repeat scroll center center / cover;
    min-height: 450px;
}

.banner-connect {
    background-color: #232323;
    min-height: 450px;
    padding-bottom: 50px;
}

.connect-key-features {
    background:url(../images/connect-features.jpg) no-repeat scroll center center / cover;
    padding: 120px 0;
}

.banner-takedemo {
    background:url(../images/banner-takedemo.jpg) no-repeat scroll center center / cover;
    min-height: 480px;
}

.pumper-key-benefits {
    background: #f7f6f8;
    padding: 100px 0;
    margin-top: 50px;
}

.pumper-key-benefits img {
    width: 200px;
    margin-top: 40px;    
}

.pumper-key-features {
    padding-top: 100px;
    margin-top: 50px;
}

dl {
    background: url(../images/check.png) no-repeat;
    content: "";
    padding-left: 50px;
    min-height: 38px;
    }

dt {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 40px;
}

dd {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666;
}

.pumper-how-does-it-work {
    background: #edf0f5;
    padding: 100px 0;
    margin-top: 50px;
    position: relative;
    min-height:800px;
}

.pumper-how-does-it-work:after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(60% - 10px);
    height: 100%;
    content: "";
    z-index: -1;
}

.pumper-how-does-it-work table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666;
    text-shadow: 1px 1px #edf0f5;
}



.remote-types {
    background-color: #edf0f5;
    padding: 50px 0 80px 0;
}

.remote-types h2 {
    margin-bottom: 50px;
}

.remote-types .main-icon {
    float: left;
}

.remote-types h5 {
    font-weight: 700;
    float: left;
    margin-left: 20px;
    margin-top: 32px;
}

.panel-heading {
    padding: 20px 40px;
    min-height: 130px;
    
}

.btn-rtypes {
    float: right;
    margin-top: 28px;
}

.remote-types td {
    text-align: center;
}




.remote-how-does-it-work table {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333;
    text-shadow: 0px 1px 4px #edf0f5;
}

.pumper-how-does-it-work .icon, .remote-how-does-it-work .icon, .reports-how-does-it-work .icon {
    width: 180px;
    margin-right: 20px;
}

.how-does-it-img {
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%;
    top: 0px;
    z-index: 0;
    }

.remote-how-does-it-work {
    background: #edf0f5 url(../images/remote-how-does-it-work-new2.jpg) no-repeat bottom center;
    padding: 100px 0;
    margin-top: 50px;
    position: relative;
    min-height:900px;
}

.reports-how-does-it-work {
    background: #edf0f5 url(../images/reports-how-does-it-work.jpg) center left / cover;
    padding: 100px 0;
    margin-top: 50px;
    position: relative;
    min-height:900px;
}

.pumper-pricing {
    padding: 100px 0;
    margin-top: 50px;
    background:#ffcd03 url(../images/pumper-pricing-bg.jpg) center bottom no-repeat;
}

.remote-pricing {
    padding: 100px 0;
    margin-top: 50px;
    background:#ffcd03;
}

.reports-pricing {
    padding: 100px 0;
    margin-top: 50px;
    background:#ffcd03 url(../images/pumper-pricing-bg.jpg) center bottom no-repeat;
}

.reports-pricing h3 {
    margin-top: 0px;
    text-shadow: 1px 1px 1px #fff;
}

.pumper-pricing h3, .remote-pricing h3 {
    margin-top: 60px;
    text-shadow: 1px 1px 1px #fff;
}

#take-15min-webdemo {
    background: url(../images/bg-take15min.jpg) center center / cover;
    padding: 60px 0;

}

.margintop-sections {
    margin-top: -50px;
}

#nav-bar-sticky {
	border: 0;
	background-color: #edf0f5;
	border-radius: 0px;
	margin-bottom: 0;
    height: 70px;
    border-bottom: 1px solid #fff;
}

.navbar-fixed-sticky {
    top: 148px;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.nav_links_container {
    clear: both;
    float: left;
    overflow: hidden;
    width: 100%;
}

.nav_links {
    float: left;
    left: 50%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}

.nav_links li {
    float:left;
    position: relative;
    right: 50%;
    margin: 0 55px 0 0;
    line-height: 68px;
    text-transform: uppercase;
}
.nav_links li a {
	color: #666;
	text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.nav_links li:last-child {
    margin-right: 0px;
}

.banner-remote {
    background:url(../images/banner-remote-new-3.jpg) #232323 no-repeat scroll bottom right;
    min-height: 450px;
    position: relative;
    }
.banner-remote .icon{
    float: left; margin: 0 20px 20px 0;
    width: 100px;
}

.banner-remote h1 {
    font-weight: 300;
    color: #ffcc00;
    line-height: 60px;
}

.banner-remote h3 {
    font-weight: 300;
    color: #fff;
    line-height: 48px;
}

.aslow {
    border-bottom: 8px solid #ffcc00;
    width: 422px;
}

.banner-remote h3 span {
    font-size: 60px;
    font-weight: 700;
}

.banner-remote .remote {
    float: left;
    margin-left: -180px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.takedemo-contact-info {
    background: #ffcd03;
    padding: 10px 0;
}

.takedemo-contact-info h6 {
    margin: 5px;
}

.takedemo-faq {
    background: #edf0f5;
    padding: 0 0 40px 0;
    margin-top: 0px; 
}

.status {
    background: #edf0f5;
    padding: 0 0 40px 0;
    margin-top: 0px; 
}

.status .iconbig {
    width: 58px;
    height: auto;
    float: left;
}

.status .iconsmall {
    width: 24px;
    height: auto;
}

.status .list-container {
    border: 1px solid #cccccc;
    border-radius: 16px;
    padding: 30px;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.status ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.status ul li {
    border-bottom: 1px solid #dfe1e2;
    line-height: 2.4;
    font-weight: 700;
}
.status ul li:last-child {
    border-bottom: none;
}

.status ul li span {
    float: right;
    font-weight: 400;
}

.status h5 {
    margin-left: 10px;
    float: left;
}

.status hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #cdcdcd;
}

.test-drive {
    background: #edf0f5;
    padding: 100px 0;
    margin-top: 50px;
}

.factsheet-alert, .roll-alert, .hear-alert, .agree-alert { display: none; }


.banner-pricing {
    background:#232323;
    min-height: 180px;
    position: relative;
    border-top: 3px solid #ffcd03;
    }

.banner-pricing h1 {
    font-weight: 300;
    color: #ffcc00;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.pricing {
    background: #edf0f5;
    padding: 70px 0;
}

.pricing-col {
    background: #fff;
    min-height: 920px;
    text-align: center;
}

.pricing-col-container {
    padding: 0 20px;
}

.pricing-col .img-banner {
    border-bottom: 6px solid #ffcc00;
}

.pricing-col .icon {
    margin-top: -80px;
}

.pricing-col .line {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 25px auto;
}

.pricing-col .title {
    font-size: 22px;
    line-height: 24px;
}

.pricing-col .title span {
    font-weight: 700;
    font-size: 24px;
    color: #232323;
}

.pricing-col .price {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.pricing-col .price span {
    font-size: 60px;
}

.pricing-col .cols {
    width: 50%;
    float: left;
}

.pricing-col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    margin: 35px auto;
    border-top: 1px solid #e8e8e8;
    
}

.pricing-col li {
    border-bottom: 1px solid #e8e8e8;
    padding: 8px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #5a5a5a;
    
}

.pricing-col .link {
    color: #868686;
    display: block;
    margin-bottom: 10px;
}

.drive-button {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    padding-left: 100px;
    color: #fff;
    width: 100%;
    height: 67px;
    line-height: 66px;
    display: block;
    border-radius: 8px;
    margin: 20px auto;
}


.drive-button {
    text-shadow: 2px 2px #cc9900;
    background:#ffcd03 url(../images/bg-testdrive-button.png) no-repeat 20px bottom;
    border-bottom: 4px solid #cc9900;
}

.drive-button:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.br-hidden {
    display: none;
}







/*RESPONSIVE*/

@media (max-width:1199px) {
    
        .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;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
    
    
        .number1-homebanner {
            font-size: 30px;
        }
    
        .collapse.in{
            display:block !important;
        }
    
    
    
    .banner-home .num1 {
        margin-top: 50px;
        display:block;margin-left:auto;margin-right:auto;
    }

    .banner-home .laptop {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    
    .banner-pumper .pumper {
        margin: 10px 0 0 0px;
    }
    
    .banner-home {min-height: 680px;}
    .container-banner-home {min-height: 680px; position: relative;}
    
     .home-pumper a, .home-remote a, .home-reports a {
        margin-bottom: 30px;}
    
    .drive-button {
        padding-left: 80px;
    }

}
@media (max-width:991px) {
    
    .nav-addons ul li {
        font-size: 15px;
    }
    
    .number1-homebanner {
        font-size: 24px;
        padding: 10px;
    }

    
    .banner-home .num1 {
        margin-top: 50px;
        width: 90%;
        display:block;margin-left:auto;margin-right:auto;
    }
    .banner-home {min-height: 580px;}
    .banner-home .laptop {
        position: relative;
        margin-top: 30px;
        width: 100%;
    }
    .container-banner-home {min-height: 550px; position: relative;}
    .home-pumper {padding: 50px 0;}
    .home-pumper, .home-remote, .home-reports, .home-connect {
        padding: 40px;
    }
    .home-pumper h4, .home-remote h4, .home-reports h4, .home-connect h4 {
        margin-top: 0px; text-align: center;
    }
    .home-pumper p, .home-remote p, .home-reports p, .home-connect p {
        text-align: center;}
    .home-pumper a, .home-remote a, .home-reports a, .home-connect a {
        margin-bottom: 30px;
        margin-left: auto; margin-right: auto;
    }

    .banner-pumper .icon, .banner-remote .icon, .banner-reports .icon, .banner-takedemo .icon {
        width: 90px; margin: 0 10px;
    }

    .banner-pumper h1, .banner-remote h1, .banner-reports h1, .banner-takedemo h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .banner-remote .remote {
        margin-left: -190px;
    }
    
    .onlinedemo-button, .factsheet-button, .getstarted-button {
        float: none;
        margin: 20px auto 0;
    }
    .buttons-container {
        width: 100%;
    }
    
    .remote-how-does-it-work {
        background: #edf0f5;
    }
    
    .reports-how-does-it-work {
        background: #edf0f5;
    }

}
@media (max-width:767px) {
    body {padding-top: 100px;}
    .logo-nav {margin: 26px 15px 0 15px;}
    .nav-addons {display: none;}
    .hide-nav {display: block!important;}
    .banner-home {min-height: 270px;}
    .container-banner-home {min-height: 270px; position: relative;}
    .banner-home .num1 {margin-top: 30px;}
    .webdemo {padding: 30px 0;}
    .webdemo img {width: 100%;}
    .webdemo h5 {font-size: 24px;}
    .home-remote .section-float, .home-reports .section-float {
        float: none;
    }
    
    .number1-homebanner {
        font-size: 18px;
    }
    
    /*Pumper*/
    .banner-pumper .icon, .banner-reports .icon {
        width: 80px; margin: 0 15px;
    }

    .banner-pumper h1, .banner-remote h1, .banner-reports h1, .banner-takedemo h1 {
        font-size: 36px;
        padding: 20px 0 0 0;
    }
    
    .banner-remote .remote {
        margin-left: 0;
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    
    .banner-remote {
    background:#232323;
    }
    
    .aslow {
        width: 100%;
    }
    
    .banner-reports, .banner-takedemo {
        background: #232323;
    }
    
    .banner-reports .img-banner-mobile, .banner-takedemo .img-banner-mobile, .banner-remote .img-banner-mobile {
        width: 100%;
        height: auto;
        padding: none;
        margin: none;
        
    }
    
    .links {
        display: block;
        border: none;
        margin-bottom: 8px;
    }
    
    .pumper-how-does-it-work td, .remote-how-does-it-work td, .reports-how-does-it-work td {
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .pricing-col {
        min-height: 500px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .drive-button {
        padding-left: 120px;
    }
    
    
    .remote-types {
        padding: 20px 0 40px 0;
    }

    .remote-types h2 {
        margin-bottom: 10px;
    }

    .remote-types .main-icon {
        float: left;
        width: 80px;
        margin-bottom: 40px;
    }

    .remote-types h5 {
        float: none;
        margin-left: 90px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .panel-heading {
        padding: 20px 20px;
        min-height: 130px;

    }

    .btn-rtypes {
        float: none;
        margin-top: -5px;
        margin-left: 10px;
    }
    
    .br-hidden {
        display: block;
    }
    
    
    
    
    
}
@media (max-width:600px) {

}
@media (max-width:480px) {

}