html, body {
    height: 100%;
}
.sb-content-wrapper {
    min-height: 100%;
    margin: 0 auto -215px; /* the bottom margin is the negative value of the sb-footer's height */
}
.sb-footer, .sb-footer-push {
    height: 215px; /* '.sb-footer-push' must be the same height as 'sb-footer' */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
#appContainer {
    height: 100%;
}

.sb-margin-collapse-fix {
    height: 1px;
    margin-top: -1px;
}

.sb-clear-fix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.sb-hidden {
    display: none;
}

.sb-section {
    position: relative;
    /*min-width: 1040px;*/
}

.sb-section.sb-selfserve-section {
    padding-top: 40px;
    padding-bottom: 30px;
}

.sb-landing-page .sb-section-content {
    margin: auto;
    padding: 0 15px;
    width: 1030px;
}

.sb-navbar .sb-section-content,
.sb-footer-top .sb-section-content,
.sb-footer-bottom .sb-section-content {
    width: auto;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

@media (min-width: 970px) {
    .sb-navbar .sb-section-content,
    .sb-footer-top .sb-section-content,
    .sb-footer-bottom .sb-section-content {
        max-width: 970px;
    }
    .sb-landing-page .sb-navbar .sb-section-content,
    .sb-landing-page .sb-footer-top .sb-section-content,
    .sb-landing-page .sb-footer-bottom .sb-section-content {
        max-width: none;
    }
}
@media (min-width: 1030px) {
    .sb-landing-page .sb-navbar .sb-section-content,
    .sb-landing-page .sb-footer-top .sb-section-content,
    .sb-landing-page .sb-footer-bottom .sb-section-content {
        max-width: 1030px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.bootstrap-dialog-close-button .close {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    opacity: 1.0;
}

.bootstrap-dialog-close-button .close:hover {
    opacity: 0.5;
}

/* ========================================================================== *
 * ================================= Navbar ================================= *
 * ========================================================================== */

.sb-section.sb-navbar {
    z-index: 3;
    /*height: 53px;*/
    background-color: white;
    box-shadow: 0 0 4px rgba(0, 56, 67, 0.3);
}

.sb-section.sb-navbar .sb-logo {
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    width: 117px;
    height: 40px;
    background: url('/static/img/selfservice/landing/sitebooster-logo.png') no-repeat;
    text-indent: -1000px;
    overflow: hidden;
}

.sb-section.sb-navbar .sb-nav-links {
    padding: 10px 0;
    font-weight: 300;
    font-size: 13px;
    text-align: right;
}

.sb-section.sb-navbar .sb-nav-links .sb-nav-link {
    display: inline-block;
    margin-left: 26px;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    text-transform: uppercase;
    color: #35a8c2;
}

.sb-section.sb-navbar .sb-nav-links .sb-nav-link.dropdown {
    text-decoration: none;
    text-transform: none;
}

.sb-section.sb-navbar .sb-nav-links .sb-nav-link.dropdown .dropdown-toggle {
    color: #35a8c2;
}

.sb-section.sb-navbar .sb-nav-links .sb-nav-link.active {
    color: #999999;
}

.sb-section.sb-navbar .sb-nav-links .sb-nav-link:first-child {
    margin-left: 0;
}

.sb-section.sb-navbar .sb-nav-links .sb-nav-link.sb-nav-links-button {
    padding: 0 22px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(167, 91, 7, 0.27);
    background-color: #69cce2;
    border-radius: 3px;
}

.sb-navbar .sb-nav-menu {
    float: right;
    display: none;
    padding: 15px 0;
    width: 32px;
    cursor: pointer;
}

.sb-navbar .sb-nav-menu .sb-nav-menu-line {
    height: 2px;
    background-color: #35a8c2;
    margin-bottom: 8px;
}

.sb-navbar .sb-nav-menu .sb-nav-menu-line:last-child {
    margin-bottom: 0;
}

@media (max-width: 500px) {

    .sb-section.sb-navbar .sb-nav-links {
        float: right;
    }

/*
    .sb-section.sb-navbar .sb-nav-links {
        display: block;
        position: absolute;
        top: 53px;
        right: 15px;
        min-width: 140px;
        background-color: white;
        text-align: left;
        padding: 10px;
        border: 1px solid #dddddd;
        border-radius: 5px;
    }

    .sb-section.sb-navbar .sb-nav-links .sb-nav-link {
        display: block;
        margin-left: 0;
    }

    .sb-navbar .sb-nav-menu {
        display: block;
    }
*/
}

/* ================================================================================ *
 * ================================= Listing Logos ================================ *
 * ================================================================================ */

.sb-section.sb-listing-logos-section {
    z-index: 3;
    background-color: #f5f7f8;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.15);
}

.sb-section.sb-listing-logos-section .sb-section-content .sb-listing-logos {
    width: 1000px;
    height: 77px;
    background: url('/static/img/selfservice/landing/listing-logos-v2.png') no-repeat;
}

/* ========================================================================= *
 * ================================= Footer ================================ *
 * ========================================================================= */

.sb-section.sb-footer-top {
    background-color: #003843;
}

.sb-section.sb-footer-top .sb-section-content {
    padding-top: 56px;
    padding-bottom: 50px;
}

.sb-section.sb-footer-top .sb-section-content .sb-logo {
    float: left;
    margin-top: -13px;
    margin-right: 50px;
    width: 111px;
    height: 38px;
}

.sb-section.sb-footer-top .sb-section-content .sb-bottom-links {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 22px;
    height: 22px;
}

.sb-section.sb-footer-top .sb-section-content .sb-bottom-links a {
    text-decoration: none;
    color: #28a6c2;
    margin-right: 40px;
    display: inline-block;
}

.sb-section.sb-footer-top .sb-section-content .sb-bottom-links a:last-child {
    margin-right: 0;
}

.sb-section.sb-footer-top .sb-section-content .sb-social-buttons {
    float: right;
    height: 22px;
}

.sb-section.sb-footer-top .sb-section-content .sb-social-buttons .sb-social-button {
    display: inline-block;
    margin-right: 22px;
}

.sb-section.sb-footer-top .sb-section-content .sb-social-buttons .sb-social-button:last-child {
    margin-right: 0;
}

.sb-section.sb-footer-top .sb-section-content .sb-social-buttons .sb-facebook-like {
    width: 86px;
    height: 22px;
}

.sb-section.sb-footer-top .sb-section-content .sb-social-buttons .sb-twitter-follow {
    width: 65px;
    height: 22px;
}

.sb-section.sb-footer-top .sb-section-content .sb-credit-cards {
    margin: 0 auto 8px;
    width: 224px;
    height: 28px;
    background: url('/static/img/selfservice/landing/credit-cards.png') no-repeat;
}

.sb-section.sb-footer-top .sb-section-content .sb-copyright {
    margin-bottom: 42px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 17px;
    height: 17px;
    color: #a1a7ad;
    text-align: center;
}

.sb-section.sb-footer-bottom {
    background-color: #002d36;
}

.sb-section.sb-footer-bottom .sb-section-content {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 84px;
    line-height: 36px;
}

.sb-section.sb-footer-bottom .sb-credit-cards {
    display: inline-block;
}

.sb-section.sb-footer-bottom .sb-credit-card {
    margin-right: 4px;
}

.sb-section.sb-footer-bottom .sb-credit-card:last-child {
    margin-right: 15px;
}

.sb-section.sb-footer-bottom .sb-copyright {
    float: right;
    font-size: 12px;
    font-weight: 300;
    color: #438594;
}

/* ================================================================================ *
 * ================================= Listing Logos ================================ *
 * ================================================================================ */

.sb-listing-logo {
    background: no-repeat center;
    background-size: contain;
    background-origin: content-box;
}

.sb-listing-logo-bdi {
    background-image: url('/static/img/selfservice/landing/plan-logos/bdi.png');
}

.sb-listing-logo-factual {
    background-image: url('/static/img/selfservice/landing/plan-logos/factual.png');
}

.sb-listing-logo-about-us {
    background-image: url('/static/img/selfservice/landing/plan-logos/about-us.png');
}

.sb-listing-logo-twitter {
    background-image: url('/static/img/selfservice/landing/plan-logos/twitter.png');
}

.sb-listing-logo-google {
    background-image: url('/static/img/selfservice/landing/plan-logos/google.png');
}

.sb-listing-logo-google-maps {
    background-image: url('/static/img/selfservice/landing/plan-logos/google-maps.png');
}

.sb-listing-logo-google-plus {
    background-image: url('/static/img/selfservice/landing/plan-logos/google-plus.png');
}

.sb-listing-logo-yahoo {
    background-image: url('/static/img/selfservice/landing/plan-logos/yahoo.png');
}

.sb-listing-logo-yahoo-local {
    background-image: url('/static/img/selfservice/landing/plan-logos/yahoo-local.png');
}

.sb-listing-logo-bing {
    background-image: url('/static/img/selfservice/landing/plan-logos/bing.png');
}

.sb-listing-logo-bing-maps {
    background-image: url('/static/img/selfservice/landing/plan-logos/bing-maps.png');
}

.sb-listing-logo-facebook {
    background-image: url('/static/img/selfservice/landing/plan-logos/facebook.png');
}

.sb-listing-logo-foursquare {
    background-image: url('/static/img/selfservice/landing/plan-logos/foursquare.png');
}

.sb-listing-logo-yelp {
    background-image: url('/static/img/selfservice/landing/plan-logos/yelp.png');
}

.sb-listing-logo-apple-maps {
    background-image: url('/static/img/selfservice/landing/plan-logos/apple-maps.png');
}
