body {
    border-top: none;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}


/*navbar margin bottom removal*/

.navbar {
    margin-bottom: 0;
}


/*all styling for Home page content*/


/****************** General Starts *******************/

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.white-heading {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}

.dark-heading {
    font-size: 36px;
    color: #444444;
    font-weight: bold;
}

.line-seperator {
    width: 56px;
    height: 5px;
    margin: 0 auto;
    display: block;
    background: #FF9E00;
}

.line-seperator.light {
    background: #fff;
}


/****************** General Ends *******************/


/**Video Section Stars**/

.video-bg-header {
    width: 100%;
    position: relative;
    background: #444;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 700px;
    background-image: url('../img/muscleSpikerBoxProBanner.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center right;
}

.video-bg-header * {
    box-sizing: border-box;
    display: block;
}

.video-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .0;
    height: 700px;
}

.video-bg-loop {
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.video-bg-loop .video-bg-loop-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/*custom column styling*/

.column {
    position: relative;
    margin: 0 auto;
    padding: 20px 80px;
    background: rgba(255, 255, 255, .3)
}

.video-bg-heading {
    display: block;
    font-size: 45px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.video-bg-cta-block {
    text-align: center;
}

a.video-bg-btn {
    width: 200px;
    padding: 10px 20px;
    font-size: 22px;
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

a.video-bg-btn i {
    display: inline-block;
    margin-left: 10px;
}

a.video-bg-btn-product {
    background: #0496EA;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

a.video-bg-btn-product:hover {
    background: #006294;
    color: #fff;
}


/**Video Section Ends**/


/**About Section Style**/

.about-section {
    padding-bottom: 70px;
}

.about-section .orange {
    background-color: #F25A04;
    padding: 30px;
}

.orange .about {
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
    padding: 10px 0 10px 0;
}


/**Tab style**/

.about-section .tab-overlap {
    margin-top: -25px;
}

.about-section .home-tab-nav {
    border: 0;
    padding: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.about-section .home-tab-nav li {
    width: 33.33%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.about-section .home-tab-nav a.home-tab {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #444444;
    font-size: 20px;
}

.about-section .home-tab-nav a.home-tab {
    box-sizing: border-box;
    border: 0;
    display: block;
    padding: 10px 0;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    color: #444444;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    transition: all .3s ease;
}

.about-section .home-tab-nav .active a.home-tab {
    position: relative;
    background: #0496EA;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}

.home-tab-nav li:first-child {
    border-radius: 3px 0 0 3px;
}

.home-tab-nav li:last-child {
    border-radius: 0 3px 3px 0;
}

.about-section .home-tab-nav a.home-tab:hover {
    background: #0496EA;
    color: #fff;
    border: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}

.about-section .tab-pane p {
    color: #444444;
}

.tab-pane p {
    background: none;
    color: #444444;
}


/**Categoty Style**/

.about-section .category {
    padding: 20px;
    margin-top: 50px;
}

.about-section .category .category-icon {
    font-size: 44px;
    color: #FF9E00;
}

.about-section .category .category-title {
    font-size: 20px;
    color: #444444;
}

.about-section .category .category-body {
    color: #444444;
}

.about-section .category .category-body a {
    color: #FF9E00;
    text-decoration: none;
}


/**Subscribe Style**/

.subscribe-block {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe-block h3 {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 1.2;
    font-style: italic;
    color: #444444;
    text-align: left;
}

.subscribe-block a.button {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    display: block;
    width: 200px;
    float: right;
    padding: 10px 20px;
    border-radius: 3px;
    background: #0496EA;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    transition: all .3s ease;
}

.subscribe-block a.button:hover {
    background: #006294
}


/**News Section Style**/

.news-section {
    position: relative;
    background: #222;
    display: none;
}

.news-banner {
    position: absolute;
    top: -20px;
    z-index: 8999;
    width: 100%;
}

.news-banner .banner {
    width: 200px;
    background: #FF9E00;
    padding: 5px 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.banner h2 {
    color: #fff;
}

.banner svg {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}

.banner svg .banner-poly {
    fill: #FF9E00;
}

.news-slide {
    position: relative;
}

.news-slide h4 {
    color: #FF9E00;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-slide p {
    color: #ffffff;
}

.news-slide .container {
    background: #000000b3;
    padding: 10px 20px;
}

.news-slide img {
    width: 100%;
    height: auto;
}

.news-slide .news {
    position: absolute;
    bottom: 80px;
    width: 100%;
    box-sizing: border-box;
}

.slider-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.arrows {
    float: right;
}

.arrows .slick-arrow {
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    font-size: 26px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.arrows .slick-arrow:first-child {
    margin-right: 10px;
}

.dots .slick-dots {
    list-style: none;
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 12px;
}

.dots .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.dots .slick-dots button {
    content: '';
    background-color: rgba(255, 255, 255, .5);
    color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.dots .slick-dots .slick-active button {
    background-color: orange;
}


/**Video Gallery Style**/

.video-gallery {
    padding: 50px 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 20px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**Social Style**/

.social-section .orange {
    background-color: #F25A04;
    padding: 30px;
}

.social-section .orange .social {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    padding: 10px 0 10px 0;
}

.social-section .social-icon a {
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 10px;
}


/**Press Style**/

.press-section {
    padding: 40px 0 40px 0;
    text-align: center;
}

.press-heading {
    width: 100%;
    height: 0;
    overflow: hidden;
}

.press-section .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.press-section .row .col {
    width: 20%;
    box-sizing: border-box;
}

.press-src {
    padding: 10px;
    box-sizing: border-box;
}

.press-section .press-src:hover {
    filter: grayscale(100%);
    transition: all .3s ease;
}


/**Newslatter Cta Style**/

.newsletter-cta-section {
    padding: 75px 0;
    background-image: url("../img/Neuron-SpikerBox-Pro-USB-cable.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
}

.newsletter-cta-section h2 {
    color: #FF9E00;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    font-size: 36px;
}

.newsletter-cta-section p {
    color: #fff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    margin-bottom: 20px;
}

.newsletter-cta-section .button {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    display: inline-block;
    width: 200px;
    padding: 15px 20px;
    border-radius: 3px;
    background: #0496EA;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    transition: all .3s ease;
    margin-top: 0;
}

.newsletter-cta-section .button:hover {
    background: #006294
}

.newsletter-cta-section form input {
    box-sizing: border-box;
    width: 380px;
    padding: 15px 20px;
    font-size: 20px;
    height: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    font-size: 18px !important;
    font-family: "Open Sans", sans-serif !important;
}

.newsletter-cta-section form input:-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    font-style: italic;
}

.newsletter-cta-section form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    font-style: italic;
}

.newsletter-cta-section form input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    font-family: "Open Sans", sans-serif !important;
    font-style: italic;
}

footer {
    margin-top: 0;
}

@media (max-width: 980px) {
    .column {
        position: relative;
        margin: 0 auto;
        padding: 20px 20px;
        background: rgba(255, 255, 255, .3)
    }
}

@media(max-width: 940px) {
    .video-bg-loop {
        display: none;
    }
    .video-bg-header {
        height: auto;
        min-height: 400px;
    }
    .video-bg-heading span {
        font-size: 54px;
    }
    .video-bg-overlay {
        min-height: 500px;
    }
    .mouse {
        margin: 30px auto;
    }
    .column {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .navbar,
    header,
    footer {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    body {
        padding: 0 !important;
    }
    .container {
        padding: 0 20px;
    }
    .slider-controls {
        box-sizing: border-box;
        padding: 0 20px;
    }
    .video-bg-heading {
        display: block;
        font-size: 36px;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
        text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    }
    .column {
        position: relative;
        margin: 10px auto;
        padding: 20px 20px;
        background: rgba(255, 255, 255, .3)
    }
    a.video-bg-btn {
        width: 100%;
        padding: 10px 20px;
        font-size: 22px;
        border-radius: 3px;
        margin: 0;
        display: block;
        text-decoration: none;
        text-align: center;
        transition: all .3s ease;
    }
    .about-section .home-tab-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        align-content: stretch;
    }
    .about-section .home-tab-nav li {
        box-sizing: border-box;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        color: #444444;
        font-size: 16px;
    }
    .about-section .home-tab-nav a.home-tab {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        color: #444444;
        font-size: 16px;
        height: 100%;
        padding: 10px;
    }
    .about-section .category {
        padding: 20px;
        margin-top: 20px;
    }
    .subscribe-block {
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #C2C2C2;
        border-radius: 3px;
        padding: 5px 15px;
        float: none;
        margin-top: 50px;
        display: block;
    }
    .subscribe-block h3 {
        display: block;
        float: none;
        font-size: 20px;
        line-height: 1.2;
        font-style: italic;
        color: #444444;
        text-align: center;
    }
    .subscribe-block a.button {
        box-sizing: border-box;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        display: block;
        width: 100%;
        float: none;
        padding: 10px 20px;
        border-radius: 3px;
        background: #0496EA;
        color: #fff;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
        transition: all .3s ease;
    }
    .social-section .social-icon a {
        font-size: 30px;
        color: #ffffff;
        letter-spacing: 10px;
    }
    .newsletter-cta-section .button {
        width: 100%;
        margin-top: 5px;
    }
    .newsletter-cta-section form input {
        width: 100%;
    }
    .news-slide .news {
        position: static;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .news-slide .news h4 {
        margin-top: 15px;
    }
    .news-slide .container {
        background: #222;
        padding: 0 20px;
    }
    .slider-controls {
        position: relative;
        bottom: auto;
        left: 0;
        transform: none;
        background: #222;
        padding: 20px;
    }
    .summercamp-section .sm-cta .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .summercamp-section .sm-button {
        float: none;
    }
    .summercamp-section .sm-cta p {
        text-align: center;
    }
}

@media(max-width: 480px) {
    .site-logo-desktop {
        width: 250px;
    }
    .news-banner {
        position: relative;
        width: 100%;
        top: 0;
        background: #ff9e00;
        text-align: center;
    }
    .news-banner .banner {
        box-sizing: border-box;
        background: none;
        padding: 5px 20px;
        width: 100%;
        box-shadow: none;
        text-shadow: none;
    }
    .banner h2 {
        font-size: 22px;
    }
    .banner svg {
        display: none;
    }
    .press-section .row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: space-between;
    }
    .press-section .row .col {
        width: 100%;
        box-sizing: border-box;
    }
    .press-src {
        padding: 20px 0;
        box-sizing: border-box;
    }
}