﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /*padding-bottom: 60px;*/
    color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    position: fixed;
    width: 100%;
}

    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }
/*.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}*/
/*.navbar-wrapper .navbar .container {
  width: auto;
}*/
.navbar-inverse {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-color: rgba(255,255,255, 1); /*rgba(0, 0, 0, 0.6);*/
    border-color: #c6910d;
    box-shadow: 0 0 10px #9E9E9E;
}

    .navbar-inverse .navbar-toggle {
        position: absolute;
        right: 0;
        border-color: #fdfcf7;
    }

        .navbar-inverse .navbar-toggle:hover {
            background-color: #FFF;
            color: #c6910d;
        }

            .navbar-inverse .navbar-toggle:hover .icon-bar {
                background-color: #c6910d;
            }

    .navbar-inverse .navbar-nav > li > a,.navbar-inverse .navbar-nav > li > a:focus{
        /*color: #5f463f;*/
        /*color:#fff;*/
        color: #c6910d; /*83b542;*/
        font-size: 20px;
        transition: 0.5s ease all;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav li a:hover {
        color: #ffffff;
        /*background:#83b542;*/
        background: #c6910d;
        /*background: #4CAF50;*/
        border-top-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .navbar-inverse .navbar-nav a:after {
        width: 0;
        border-bottom: 2px solid #ff6a00;
    }

    .navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .navbar-nav a:hover::after {
        width: 100%;
    }



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-top: 80px;
    /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    height: 70px;
    font-size: 70px;
    transform: translateY(-50%);
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.frameWrap iframe {
    width: 750px;
    height: 420px;
    margin: 0 auto;
    display: block;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    .navbar-toggle {
        margin-top: 25px;
    }
    /* Navbar positioning foo */
    .navbar-wrapper {
        /*margin-top: 20px;*/
    }

        .navbar-wrapper .container {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar-wrapper .navbar {
            padding-right: 0;
            padding-left: 0;
        }

        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
            border-radius: 4px;
        }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .navbar-nav {
        float: right;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.yoga-wrap {
    position: relative;
    min-height: 500px;
}
/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 250px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
        border-right: 1px solid #c6910d;
    background-color: #ffffff;
    /*background-color: #83b542;*/
    overflow-x: hidden;
    /*padding-top: 20px;*/
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 6px 8px 6px 45px;
        text-decoration: none;
        font-size: 20px;
        color: #c6910d;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
            border-bottom: 1px solid #c6910d;
    }
.sidenav a{
    padding: 6px 8px 6px 30px;
}

        /* On mouse-over */
        .dropdown-btn:hover,.dropdown-btn.active{
            color: #f1f1f1;
            background:#c6910d;
        }
.sidenav a:hover{
      color: #f1f1f1;
}
.yogaicon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 8px;
    transition:0.5s ease all;
}
.yogamain {
    background: url(/Content/images/yoga.ico);
      background-position: 0 0;
      background-size:  20px 40px;
}
.yogalife {
    background: url(/Content/images/YogaForLife.ico);
      background-position: 0 0;
      background-size: 20px 40px;
}
.yogadisease {
    background: url(/Content/images/YogaFordisease.ico);
      background-position: 0 0;
      background-size:  20px 40px;
}

 .dropdown-btn:hover .yogaicon,.dropdown-btn.active .yogaicon{
background-position: 0px 20px;
}

/* Main content */
.main {
    margin-left: 250px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 15px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #FFF; /*#ab8832;*/
    /*padding-left: 8px;*/
        border-bottom: 1px solid #c6910d;
}



    .dropdown-container a {
        display: inline-block;
        position: relative;
        cursor: pointer;
        /*color: #83b542;*/
        color: #c6910d;
        z-index: 0;
        border-bottom: 1px solid #f5e2b3;
    }

        .dropdown-container a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /*background: #83b542;*/
            background: #d6b462;
            color: #FFF;
            transform: scaleX(0);
            transform-origin: 0 50%;
            transition: transform .5s ease-out;
        }

        .dropdown-container a:hover:before {
            transform: scaleX(1);
        }



.mobMenu {
    display: none;
}


/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-width: 767px) {
    .sidenav {
        padding-top: 15px;
        left: -250px;
        transition: 1s ease all;
    }

        .sidenav.active {
            left: 0;
        }

    .yoga-wrap .main {
        margin: 0;
    }

    .sidenav a {
        font-size: 18px;
    }

    .carousel-caption h1 {
    font-size:20px;
    }

    .frameWrap iframe {
        width: 90%;
        height: 200px;
        margin: 0 auto;
        display: block;
    }

    .mobMenu {
        display: block;
        top: 15px;
        position: absolute;
        z-index: 1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 22px;
        word-wrap: break-word;
        text-align: center;
        font-size: 16px;
        padding: 10px 18px 5px 10px;
        background: #c6910d;
        color: #FFF;
        -webkit-animation-name: blink; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
        animation-name: blink;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        cursor: pointer;
        transition: 1s ease all;
        left:0;
    }

    .mobMenu.active {
        left: 250px;
    }
    /* Safari 4.0 - 8.0 */

    @-webkit-keyframes blink {
        0% {
            background-color: #c6910d;
        }
        25% {
            background-color: #775500;
        }
        50% {
            background-color: #c6910d;
        }
        75% {
            background-color: #775500;
        }
        100% {
            background-color: #c6910d;
        }
    }

    /* Standard syntax */
    @keyframes blink {


        0% {
            background-color: #c6910d;
        }

        25% {
            background-color: #775500;
        }

        50% {
            background-color: #c6910d;
        }

        75% {
            background-color: #775500;
        }

        100% {
            background-color: #c6910d;
        }
    }
}
