div, main, article, aside, footer, nav, section, header {
    display: inline;
}

span {
    display: block;
}

h1, h2, h3 {
    display: inline;
}

h1 {
    font-family: "Open Sans", sans-serif, arial !important;
    font-weight: 900 !important;
    font-size: 2.8em !important;
    line-height: 1.15em !important;
    letter-spacing: -1px !important;
    text-rendering: optimizeLegibility !important;
    margin: 10px 0 10px 0 !important;
}

h2 {
    font-weight: 500 !important;
    font-size: 1.8em !important;
    line-height: 1.1 !important;
    letter-spacing: -0.5px !important;
    text-rendering: optimizeLegibility !important;
    margin: 5px 0 5px 0 !important;
}

h3 {
    font-family: "Open Sans", sans-serif, arial !important;
    font-weight: 900 !important;
    font-size: 26px !important;
    line-height: 1.15em !important;
    text-rendering: optimizeLegibility !important;
}

.content h5 {
    font-family: "Montserrat", "Open Sans", sans-serif, arial !important;
    text-rendering: optimizeLegibility !important;
    font-size: 18px !important;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.85);
}

.modal {
    z-index: 10;
    position: fixed;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.adv-text {
    font-size: 14px !important;
    text-align: center;
    text-transform: uppercase;
    font-family: arial, sans-serif, tahoma, verdana !important;
    color: #777 !important;
}

.lead-img {
    max-width: 275px;
    padding: 2px;
}

@media screen and (max-width: 920px) {
    .modal {
        width: 95%;
    }
    .wait-img {
        width: 100%;
    }
    .headline {
        font-size: 35px;
    }
}

@media screen and (max-width: 650px) {
    .video-wrap-relative {
        padding: 10px 0;
    }
    .full-phone-image {
        display: block;
        width: 100%;
        padding: 0;
    }
    .garcinia-image {
        padding-top: 15px;
    }
    .top-headline-text {
        width: 100%;
    }
    .productImg, .orange-buttons {
        width: 40%;
    }
    .comment-font {
        font-size: 10px;
    }
    .mobile-only {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .mobile-only-full {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .lead-img {
        max-width: 175px;
        padding: 1px;
    }
    .hide-phones {
        display: none;
    }
    .adv-text {
        font-size: 12px !important;
        text-align: center;
        text-transform: uppercase;
        font-family: arial, sans-serif, tahoma, verdana !important;
        color: #777 !important;
    }
}

.media-object {
    width: 70px !important;
    height: 70px !important;
}

.media-body p {
    font-family: arial, verdana, tahoma, sans-serif !important;
    font-size: 13px !important;
}

.media-body h4 {
    font-family: arial, verdana, tahoma, sans-serif !important;
    font-size: 13px !important;
}

div, main, article, aside, footer, nav, section, header {
    display: block;
}

span {
    display: inline;
}

h1, h2, h3 {
    display: block;
}

div, main, article, aside, footer, nav, section, header {
    display: block;
}

span {
    display: inline;
}

h1, h2, h3 {
    display: block;
}

div, main, article, aside, footer, nav, section, header {
    display: block;
}

span {
    display: inline;
}

h1, h2, h3 {
    display: block;
}

.navbar-brand {
    position: relative !important;
    height: auto;
}