
h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo', 'Roboto Condensed', 'Roboto', helvetica;
}

p {
    font-size: 16px;
}

.blue-text {
    color: #0e76bc;
}

.black-text {
    color: #000;
}

.grey-text {
    color: #777;
}

.red-text {
    color: #ff0000;
}

.green-text {
    color: green;
}

.bblue-bg {
    background: #1934A7;
    color: #fff;
}

.blue-bg {
    background: #0e76bc;
    color: #fff;
}

.black-bg {
    background: #000;
    color: #fff;
}

.grey-bg {
    background: #292929;
    color: #fff;
}

.highlight {
    background-color: yellow;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.pad10 {
    padding: 10px !important;
}

.pad20 {
    padding: 20px !important;
}

.pad30 {
    padding: 30px !important;
}

.form-control {
    border: none;
    border-bottom: 5px solid #0e76bc;
    height: 40px;
    border-radius: 0px;
    line-height: 40px;
    /* padding: 20px;*/
}

.box {
    padding: 5px;
    border: 1px solid white;

}

.box-grey {
    padding: 5px;
    border: 1px solid grey;
}

.shadow {
    box-shadow: 2px 2px 3px grey;
}

.text-shadow {
    text-shadow: 1px 1px 1px black !important;
}

.padright {
    padding-right: 15px;
}

.padleft {
    padding-left: 15px;
}

.img-border {
    border: solid 2px black;
}

.warning {
    background: #000;
    padding: 10px 15px;
    color: black;
}

.btn {
    font-family: 'Exo';
    font-weight: bold;
    font-size: 1.5em;
    color: #000;
    text-transform: uppercase;
    padding: 10px auto;
    white-space: normal !important;
    box-shadow: 0px 0px 15px 0px #777;
}

.btn-warning {
    color: #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0); /* IE6-9 */
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
    background: rgb(109, 179, 242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0); /* IE6-9 */

}

.btn-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
    background: rgb(76, 76, 76); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0); /* IE6-9 */

}

.form-back {
    background: #000;
    border: 2px #777 solid;
}

.vcenter {
    position: flex;
    align-self: center;
}

section {
    padding: 20px !important;
}

.section1 {
    background: #04090d url('https://29866e2626f3ba6c315a-bca374968a2d1c841160602b93da534f.ssl.cf2.rackcdn.com/web%20images/compressed/dark-bg_01.jpg') no-repeat;
    background-size: 100% auto;
    background-position: center top;
    color: white;
}

.section3 {
    background:;
}

.section4 {
    background:;
}

.black-triangle {
    margin-top: -25px;
    height: 80px;
    width: 100%
}

.section5 {
    background:;
}

.section6 {
    background: #292929 url('https://29866e2626f3ba6c315a-bca374968a2d1c841160602b93da534f.ssl.cf2.rackcdn.com/web%20images/compressed/henry-fat-bg_11.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
}

.section7 {
    background:;
}

.section8 {
    background:;
}

.section9 {
    background:;
}

.section10 {
    background:;
}

.section11 {
    background: url('https://29866e2626f3ba6c315a-bca374968a2d1c841160602b93da534f.ssl.cf2.rackcdn.com/web%20images/compressed/scale-bg.jpg') no-repeat;
    background-size: cover;
    color: #000;
}

.section12 {
    background:;
}

.section13 {
    background:;
}

.section14 {
    background: #09132f url('https://29866e2626f3ba6c315a-bca374968a2d1c841160602b93da534f.ssl.cf2.rackcdn.com/web%20images/compressed/hormone-boosting-bg.jpg') no-repeat;
    background-size: 100% auto;
    color: #fff;
}

.section15 {
    background:;
}

.section16 {
    background:;
}

.section17 {
    background:;
}

.section18 {
    background:;
}

.section19 {
    background: url('') no-repeat;
    background-size: 100% auto;
    color: #fff;
}

ul {
    list-style-type: none;
}

/*RESPONSIVE VIDEO EMBED*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 8px solid black;
    box-shadow: 2px 2px 2px #272727;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*RESPONSIVE MEDIA QUERIES*/

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .pad20 {
        padding: 10px !important;
    }

    .pad30 {
        padding: 10px !important;
    }

    .section6 {
        background-image: none;
    }

}

#shadow {
    background-image: url(/assets/img/shade1x1.png);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.zindex-top{
    z-index: 9999999999;
}