/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 8, 2018, 9:29:06 PM
    Author     : Christopher
*/

@font-face{
    font-family:'MontserratReqular';
    src:url('../fonts/montserrat-regular-webfont.woff2') format('woff2');
}

@font-face{
    font-family:'MontserratMedium';
    src:url('../fonts/montserrat-medium-webfont.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('ttf'),
        url('../fonts/montserrat-medium-webfont.woff2') format('woff2');
}

@font-face{
    font-family:'MontserratBold';
    src:url('../fonts/Montserrat-Bold.ttf') format('ttf'),
        url('../fonts/montserrat-bold-webfont.woff') format('woff');
}

@font-face{
    font-family:'MontserratSemiBold';
    src:url('../fonts/Montserrat-SemiBold.ttf') format('ttf');
}

@font-face{
    font-family:'MontserratLight';
    src:url('../fonts/Montserrat-Light.ttf') format('ttf')
        url('../fonts/montserrat-light-webfont.woff') format('woff'),
        url('../fonts/montserrat-light-webfont.woff2') format('woff2');
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #EBEBEB;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 9999999;
}
.loader i {
    font-size: 7em;
    color: #3BB548;
}
body {
    font-family:'MontserratReqular';
}
a {
    color: #3BB548;
    text-decoration: none;
}
section {
    padding: 1px;
    padding-left: 0;
    padding-right: 0;
}

/* navbar */
.navbar-default {
    margin-bottom: 0;
    height: 70px;
    background-color: #fff;
    box-shadow: 1px 2px 3px #ccc;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #3bb548;
    background-color: #4b4b4b;
}
.navbar-default .navbar-nav>li>a.active {
    color: #fff;
    background-color: #4b4b4b;
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        height: 100% !important;
        display: flex !important;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
    }
    .navbar-default .container-fluid {
        height: 100%;
        max-width: 80%;
    }

    .navbar-default .container-fluid .navbar-header {
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .navbar-default .container-fluid .navbar-header .navbar-brand {
        display: block;
        position: relative;
        padding: 0;
    }
    .navbar-default .container-fluid .navbar-header .navbar-brand img {
        width: 170px;
    }
}
/* section 1 */
#section-1 {
    background: rgba(235, 236, 238, 0.61);
    height: 700px;
    position: relative;
    background-image: url('../img/MainSliderWithoutText.jpg');
    background-position: 50% 40%; 
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;   
    position: absolute;
    width: 100%;
}
#section-1 .heading {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#section-1 .heading {
    color: #3BB548;
}
#section-1 .heading h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #fff;
}
#section-1 .family-image-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
#section-1 .family-image-wrapper img {
    width: 100%;
}

/* section 2 */
#section-2 {
    background-color: #F4F3F1;
    padding-top: 10px;
    padding-bottom: 40px;
    background-image: url('../img/woman-bg.jpg');
    background-position: 50% 50%; 
    background-size: cover;
    background-repeat: no-repeat;
}
#section-2 .block {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
#section-2 .block .img-col {
    width: 50%;
    overflow: hidden;
}
#section-2 .block .img-col img {
    width: 100%;
}
#section-2 .block .text-col {
    margin-left: 50px;
    padding-left: 50px;
    border-left: 1px solid #6f6c6c;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
#section-2 .block .text-col:before {
    content: "";
    width: 4px;
    position: absolute;
    left: -2px;
    top: 10%;
    height: 80%;
    background-color: #3bb548;
}
#section-2 .block .text-col p {
    width: 145px;
    font-size: 21px;
}

/* section 3 */
#section-3 {    
    background-color: #E8D3D0;
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url('../img/action-bg.jpg');
    background-position: 50% 50%; 
    background-size: cover;
    background-repeat: no-repeat;
}
#section-3 .block {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
#section-3 .block .img-col {
    width: 50%;
    overflow: hidden;
}
#section-3 .block .img-col img {
    width: 100%;
}
#section-3 .block .text-col {
    margin-left: 50px;
    border-left: 1px solid #6f6c6c;
    padding-top: 35px;
    padding-bottom: 15px;
    position: relative;
}
#section-3 .block .text-col ul {
    padding-left: 0;
    list-style-type: none;
}
#section-3 .block .text-col ul li {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    border-left: 2px solid #3bb548;
    margin-bottom: 20px;
    color: #3bb548;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
}

/* section 4 */
#section-4 {
    background-color: #EBEBEB;
    padding-bottom: 50px;
}
#section-4 .full-img-container img {
    width: 100%;
    margin-top: 0px;
}
#section-4 .container .row .col-md-12 h3 {
    text-align: center;
}
#section-4 .container .row .col-md-12 .features-tab-container {
    text-align: center;
}
.nav-tabs {
    display: inline-block;
    margin-top: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    color: #3bb548;
}
.nav-tabs {
    border-bottom: 1px solid #c1bbbb;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #3BB548;
    cursor: default;
    background-color: transparent;
    border-bottom: 2px solid #3BB548;
}
.tab-pane > p {
    padding: 15px;
    width: 650px;
    margin: 0 auto;
    max-width: 100%;
}

/* section 5 */
#section-5 {
    background-image: url(../img/BigBoxBottomBg.jpg);   
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 300px;
    background-position: 50% 0%;
}
#section-5 .container {

}
#section-5 .container .row {

}
#section-5 .container .row .col-md-12 {

}
#section-5 .container .row .col-md-12 h4 {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
}
#section-5 .container .row .col-md-12 .price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 680px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 20px;
}
#section-5 .container .row .col-md-12 .price-container .price-col {
    border: 1px solid #3BB548;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}
#section-5 .container .row .col-md-12 .price-container .price-col:first-child {
    margin-right: 10px;
}
#section-5 .container .row .col-md-12 .price-container .price-col:nth-child(2) {
    margin-left: 10px;
}
#section-5 .container .row .col-md-12 .price-container .price-col small {
    font-weight: 700;
    font-size: 16px;
}
#section-5 .container .row .col-md-12 .price-container .price-col strong{
    font-weight: 700;
    font-size: 30px;
}
#section-5 .container .row .col-md-12 .price-container .price-col .info{
    font-size: 13px;
}
#section-5 .container .row .col-md-12 .btn-wrapper {
    text-align: center;
    margin-top: 25px;
}
#section-5 .container .row .col-md-12 .btn-wrapper .bigbox-btn {
    background-color: #3BB548;
    text-decoration: none;
    padding: 11px;
    min-width: 150px;
    border-radius: 12px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
}

.hero {
    background-image: url('../img/bundles-bg.jpg');  
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero2 {
    background-image: url('../img/channels-bg.jpg');   
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero h3,.hero2 h3 {
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 24px;
    color: #fff;
}
#bundles-page {
    background-color: #f4f4f4;
}
.bundles-body {
    background-color: #f4f4f4;
}
#bundles-page #section-4 {
    background-color: #f4f4f4;
}
#bundles-page .nav-tabs {
    margin-top: 0;
}
#bundles-page .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #3BB548;
    border-left: 2px solid #3BB548;
    border-right: 2px solid #3BB548;
    min-width: 150px;
}
#bundles-page .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #3BB548;
    cursor: default;
    background-color: transparent;
    border-bottom: 2px solid #3BB548;
    border-left: 2px solid #3BB548;
    border-right: 2px solid #3BB548;
    min-width: 150px;
    background-color: #3BB548;
    color: #fff;
}
#bundles-page  .tab-content {
    padding: 15px;
}
#bundles-page .radio-wrapper {
    margin-bottom: 5px;  
}
#bundles-page .radio-wrapper label {
    margin-left: 5px;
}
#bundles-page .btn-wrapper {
    text-align: center;
    margin-top: 25px;
}
#bundles-page .btn-wrapper .bigbox-btn {
    background-color: #3BB548;
    text-decoration: none;
    padding: 11px;
    min-width: 150px;
    border-radius: 12px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
#bundles-page .header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#bundles-page table {
    width: 490px;
    max-width: 100%;
    font-size: 16px;
}
#bundles-page table td {
    padding-bottom: 5px;
}
.channels {
    margin-top: 10px;
}
.channels img {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 5px 3px 0px rgba(153, 147, 147, 0.63);
}
#faqs-col {
}
#faqs-col h3 {
    text-align:center;
}
#faqs-col .panel-default {
    border: none;
    border-top: 2px solid #ccc;
    padding-top: 10px;
    background-color: transparent;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    background-color: transparent;
    border: none;
}
.panel-title a {
    display: block;
    text-decoration: none;
}
#faqs-col a[aria-expanded="false"]:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #39AA47;
    float: right;
    text-transform: capitalize;
}
#faqs-col a[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "FontAwesome";
    color: #39AA47;
    float: right;
    text-transform: capitalize;
}
/* footer bar at the bottom */
footer {
    background-color: #252525;
}
footer div {
    text-align: center;
    color: #fff;
    padding: 10px;
}
footer div p {
    margin: 0;
}
#bundles-page footer {
    background-color: #252525;
    position: fixed;
    bottom: 0;
    width: 100%;
}
@media (max-width: 768px) {
    #section-1 {
        background-color: rgba(235, 236, 238, 0.61);
        height: 300px;
    }
    .nav-tabs>li {
        margin-bottom: -1px;
        display: block;
        float: none;
    }
    body > div > nav > div > div.navbar-header > a > img {
        width: 150px;
    }
    .navbar-default {
        z-index: 9999;
    }
    .navbar-collapse {
        background-color: #fff;
        margin-top: 12px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #000!important;
    }
    .navbar-default .navbar-nav>li>a.active {
        color: #fff!important;
    }
    #bundles-page tbody {
        display: flex;
        flex-direction: column;
    }
    #bundles-page tbody tr {
        display: flex;
        flex-direction: column;
    }
    #bundles-page table td {
        border-top: none;
    }
    #bundles-page table {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
    #bundles-page .nav-tabs {
        margin-top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #bundles-page .nav-tabs>li>a {
        min-width: auto;
        height: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    #section-5 {
        height: 598px;
    }
    #section-5 {
        height: auto;
        padding-bottom: 20px;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #3bb548;
        margin-right: 5px;
        color: #fff;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }
}

/* animations */
.family-translated {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition: all 1s ease-in-out;
}
.family-normal {
    transform: translateY(0);
}
.header-translated {
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    transition: all 1.5s ease-in-out;
}
.header-normal {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
/* scroll icon indicator */
.mouse-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0;
}
.mouse{
    margin: 10px auto;
    width: 100px;
}
.mouse-icon{
    width: 25px;
    height: 45px;
    border: 2px solid #3bb548;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.mouse-wheel{
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: #3bb548;
    border-radius: 50%;
    -webkit-animation: wheel-up-down 1.6s ease infinite;
    -moz-animation: wheel-up-down 1.6s ease infinite;
    animation:  wheel-up-down 1.6s ease infinite;
}
@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > a {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}
#bs-example-navbar-collapse-1 > ul > li:nth-child(2) > a:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        background-color: #267b2f;
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        background-color: #267b2f;
    }
}