body {
    color: #000;
    overflow-x: hidden;
}

.padleft {
    padding-left: 25px;
}
.padleftLG {
    padding-left: 80px;
}
/*header*/
/*.headerColor {
background-color:#E1903D;
padding-bottom:10px;
}*/
.headerImg {
    /*width: 100%;*/
    width: 58px;
    height: 58px;
    object-fit: cover;
    object-position: 50% 50%;
}
.headerImgLeft {
    width: 58px;
    height: 58px;
    object-fit: cover;
    object-position: 50% 50%;
}
.headerImgRight {
    position: relative;
    margin: 6px 0px 12px calc((100% - 980px) * 0.5);
    left: 1029px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}
.logo {
    height: 75px;
    width: 75px;
    margin-top: 15px;
    margin-left: 25px;
}

.heading, .txtCenter {
    text-align: center;
}

    .heading h1 {
        color: #342F27;
        font-weight: 600;
        text-shadow: 1px 1px #000;
        font-family: Papyrus;
        margin-bottom: 5px;
    }

    .heading h2 {
        margin: 0;
        color: #342F27;
        font-weight: 800;
        font-family: Papyrus;
    }

    .heading span {
        color: #342F27;
        font-size: 16px;
        font-weight: 700;
        font-family: Papyrus;
    }

.contactUs {
    border: 1px solid #342F27;
    padding: 5px;
    color: #342F27;
}

.contactUsIcon, .userIcon {
    margin-right: 5px;
}

.signinbtn {
    background-color: transparent;
    color: #342F27;
    border: 1px solid #342F27;
    width: 100px;
}

.contactUs:hover, .contactUs:focus {
    text-decoration: none;
    color: #342F27;
    border: 1px solid #342F27;
}

.contactUs:first-child {
    margin-left: 35px;
}
/*modalpopup*/
.modalAccess {
    margin-top: 200px;
}

    .modalAccess .modal-body {
        height: 240px;
    }

    .modalAccess label, .modalAccess .nav-tabs a {
        color: #fff;
    }

.marginTop {
    margin-top: 50px;
}

.modalAccess input[type=text], .modalAccess input[type=password] {
    width: 90%;
}

.modalbtn {
    width: 100px;
    background-color: #342F27;
    color: #fff !important;
}

    .modalbtn:hover, .modalbtn:focus {
        background-color: gray !important;
    }

.modalAccess .nav-tabs > li.active > a, .modalAccess .nav-tabs > li.active > a:focus, .modalAccess .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #342F27 !important;
}

.modalAccess .nav > li > a:focus, .modalAccess .nav > li > a:hover {
    background-color: #342F27 !important;
}
/*header ends*/
/*navigation*/
.dropdown {
    display: inline-block;
    margin-left: -5px;
}

.dropdown-link {
    /*background-color: #861A0D;*/
    /*background-color: #6352c6;*/
    background-color: #ff7c1e;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    padding: 15px;
}

    .dropdown-link:hover {
        background-color: gray;
    }

    .dropdown-link:hover, .dropdown-link:focus {
        color: white;
        text-decoration: none;
    }

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.7s linear;
    /*min-width: 200px;*/
    min-width: 250px;
    background-color: gray;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 50px;
    font-size: 16px;
}

    .dropdown-content a {
        display: block;
        /*padding: 10px;*/
        /*padding: 10px 5px 10px 10px;*/
        padding: 5px 5px 5px 15px;
        text-decoration: none;
        color: black;
    }

.dropdown:hover .dropdown-content, .dropdown-link:focus + .dropdown-content {
    visibility: visible;
    opacity: 1;
}

.dropdown-content a:hover {
    background-color: darkgray;
    color: #fff;
}

.dropdown:hover .dropdown-link {
    background-color: gray;
}

.sub-dropdown {
    position: relative;
}

.sub-dropdown-content {
    display: none;
}

.sub-dropdown:hover .sub-dropdown-content {
    display: block;
    position: absolute;
    /*min-width: 160px;*/
    min-width: 200px;
    background-color: gray;
    /*left: 200px;*/
    left: 240px;
    top: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.navbar-default {
    border: none !important;
}

.navbar {
    border-radius: 0px;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar button {
    z-index: 2;
}

.navbar {
    margin-bottom: 0px;
}

.nav-row {
    /*background-color: #861A0D;*/
    /*background-color: #6352c6;*/
    background-color: #ff7c1e;
}
/*navigation ends*/
/*slider*/
.sliderSection {
    /*background-image:url('../images/yell.jpg') ;
background-repeat:no-repeat;
background-size:cover;*/
    background-color: #FFFF99;
    padding: 50px 0px;
}

.intro {
    margin-top: 20px;
}

    .intro h2 {
        color: #342F27;
        font-size: 24px;
        font-weight: 700;
        font-family: Papyrus;
    }

    .intro p {
        color: #342F27;
        font-size: 18px;
        font-weight: 600;
    }
/*slider ends*/
/*Events section*/
.upcomingEvents {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}

.eventsInner {
    /*background-color:#558ED5;*/
    border: 5px solid #342F27;
    height: 400px;
    overflow: auto;
    color: #000;
}

    .eventsInner h2, .quickLinks h2 {
        font-size: 26px;
        text-align: center;
        margin-top: 0px;
        padding: 10px 0px;
    }

    .eventsInner p {
        padding: 10px 20px;
    }

.quickLinks {
    /*background-color:#558ED5;*/
    border: 5px solid #342F27;
    height: 400px;
    overflow: auto;
    color: #000;
    opacity: 0;
}

    .quickLinks ul li {
        /*padding: 5px;*/
        padding: 2px;
    }

    .quickLinks a {
        color: #000;
        text-decoration: underline;
    }

.balaViharSection {
    background-color: #558ED5;
    padding-bottom: 20px;
    padding-top: 10px;
    min-height: 400px;
}

.balaViharBG {
    background-color: #fff;
}

.balaViharSection h2 {
    text-align: center;
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
}

.balaViharSection p {
    color: #000;
    padding: 25px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
}

.balaViharSection a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.balaViharSection hr, .specialEvents hr, .ourFeatures hr {
    border-color: #000 !important;
}

.padTop {
    padding-top: 15px;
    padding-right:0px;
}
/*Activities*/
.ActivitySection {
    min-height: 310px;
    text-align: center;
}

    .ActivitySection h2 {
        color: #342F27;
    }

    .ActivitySection .nav-tabs {
        border-bottom: none;
    }

.activityHeadings {
    display: inline-block;
    padding-top: 20px;
}

.ActivitySection .nav-tabs > li.active > a, .ActivitySection .nav-tabs > li.active > a:focus, .ActivitySection .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #342F27;
    border: 1px solid #342F27;
    border-bottom-color: #342F27;
}

.ActivitySection .nav-tabs > li > a {
    border-radius: 0px;
    color: #342F27;
}

.ActivitySection .nav > li > a:focus, .ActivitySection .nav > li > a:hover {
    background-color: transparent;
}

.ActivitySection .nav-tabs > li > a {
    border: 1px solid #342F27;
    width: 300px;
}

#parents li, #children li {
    padding: 10px;
}

#parents ul, #children ul {
    list-style: none;
}

#parents a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#parents1 li, #children li {
    padding: 10px;
}

#parents1 ul, #children ul {
    list-style: none;
}

#parents1 a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Aatma_Bodha li, #children li {
    padding: 10px;
}

#Aatma_Bodha ul, #children ul {
    list-style: none;
}

#Aatma_Bodha a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#BG_I li, #BG_II li, #BG_III li, #BG_IV li, #BG_V li, #BG_VI li, #BG_VII li, #BG_VIII li, #BG_IX li, #BG_X li, #BG_XI li, #BG_XII li, #BG_XIII li, #BG_IXV li, #BG_XV li, #BG_XVI li, #BG_XVII li, #BG_XVIII li, #children li, #BG_V li {
    padding: 10px;
}

#BG_I ul, #BG_II ul, #BG_III ul, #BG_IV ul, #BG_V li, #BG_VI li, #BG_VII li, #BG_VIII li, #BG_IX li, #BG_X li, #BG_XI li, #BG_XII li, #BG_XIII li, #BG_IXV li, #BG_XV ul, #BG_XVI ul, #BG_XVII ul, #BG_XVIII ul, #children ul, #BG_V ul {
    list-style: none;
}

#BG_I a, #BG_II a, #BG_III a, #BG_IV a, #BG_V li, #BG_VI li, #BG_VII li, #BG_VIII li, #BG_IX li, #BG_X li, #BG_XI li, #BG_XII li, #BG_XIII li, #BG_IXV li, #BG_XV a, #BG_XVI a, #BG_XVII a, #BG_XVIII a, #children a, #BG_V a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

.recordingShadow {
    box-shadow: 0 1px 35px rgba(0,0,0,.5);
    border-radius: 10px;
    width: 100%
}


#BhajaGovindam li, #children li {
    padding: 10px;
}

#BhajaGovindam ul, #children ul {
    list-style: none;
}

#BhajaGovindam a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#DrgDrsyaViveka li, #children li {
    padding: 10px;
}

#DrgDrsyaViveka ul, #children ul {
    list-style: none;
}

#DrgDrsyaViveka a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Forgive_Me li, #children li {
    padding: 10px;
}

#Forgive_Me ul, #children ul {
    list-style: none;
}

#Forgive_Me a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#IsavasyaUpanishad li, #children li {
    padding: 10px;
}

#IsavasyaUpanishad ul, #children ul {
    list-style: none;
}

#IsavasyaUpanishad a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Kenopanishad li, #children li {
    padding: 10px;
}

#Kenopanishad ul, #children ul {
    list-style: none;
}

#Kenopanishad a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Leadership_BG li, #children li {
    padding: 10px;
}

#Leadership_BG ul, #children ul {
    list-style: none;
}

#Leadership_BG a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Leadership_BG_Video li, #children li {
    padding: 10px;
}

#Leadership_BG_Video ul, #children ul {
    list-style: none;
}

#Leadership_BG_Video a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#NaradaBhaktiSutra li, #children li {
    padding: 10px;
}

#NaradaBhaktiSutra ul, #children ul {
    list-style: none;
}

#NaradaBhaktiSutra a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Pancadasi li, #children li {
    padding: 10px;
}

#Pancadasi ul, #children ul {
    list-style: none;
}

#Pancadasi a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#SadhanaPancakam li, #children li {
    padding: 10px;
}

#SadhanaPancakam ul, #children ul {
    list-style: none;
}

#SadhanaPancakam a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Shrimad_Bhagavata li, #children li {
    padding: 10px;
}

#Shrimad_Bhagavata ul, #children ul {
    list-style: none;
}

#Shrimad_Bhagavata a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#UpadesaSara li, #children li {
    padding: 10px;
}

#UpadesaSara ul, #children ul {
    list-style: none;
}

#UpadesaSara a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#TattvaBodha li, #children li {
    padding: 10px;
}

#TattvaBodha ul, #children ul {
    list-style: none;
}

#TattvaBodha a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Vivekachoodamani li, #children li {
    padding: 10px;
}

#Vivekachoodamani ul, #children ul {
    list-style: none;
}

#Vivekachoodamani a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Newsletter2019 li, #children li {
    padding: 10px;
}

#Newsletter2019 ul, #children ul {
    list-style: none;
}

#Newsletter2019 a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

#Newsletter2020 li, #children li {
    padding: 10px;
}

#Newsletter2020 ul, #children ul {
    list-style: none;
}

#Newsletter2020 a, #children a {
    color: #342F27;
    font-size: 18px;
    padding: 10px;
    /*display:block;*/
    text-decoration: underline;
}

/*special-events*/
.specialEvents, .ourFeatures {
    /*background-color: #558ED5;*/
    /*Took the blue out*/
}

    .specialEvents ul, .ourFeatures ul {
        list-style: none;
        padding-left: 0px;
    }

    .specialEvents li, .ourFeatures li {
        display: inline-block;
        margin: 0px 5px;
    }
/*ourFeatures*/
.brd {
    border: 1px solid #000;
}

.blockPos {
    height: 100%;
    width: 110px;
    overflow: hidden;
    display: inline-block;
}

.blockPosNoWidth {
    height: 100%;
    overflow: hidden;
    display: inline-block;
    border-radius: 4px;
    margin-top: 2px;
    margin-left: 2px;
}

.linkColor {
    color: #000;
    text-decoration: underline;
}
/*blockquote carousel*/
.quote {
    /*height: 200px;*/
    height: 140px;
    text-align: center;
    font-size: 28px;
    /*padding: 85px;*/
    padding: 20px 0px 60px 0px;
    /*background-color: #342F27;*/
    /*color: white;*/
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
}

.quoteAuthor {
    display: block;
    position: absolute;
    right: 50px;
    font-size: 20px;
}
/*footer*/
.footer {
    /*background-color: #003366;*/
    /*background-color: #861A0D;*/
    /*  background-color: #6352c6;*/
    background-color: #ff7c1e;
    padding-top: 30px;
}

    .footer span {
        color: #fff;
    }

.footerIcons {
    position: relative;
    top: -15px;
}

.fbicon {
    background-color: white;
    border-radius: 50%;
    margin: 0px 15px;
}
/*About us page*/
.parallax {
    background-image: url('../images/2.jpg');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abtUS {
    height: auto;
    text-align: center;
    font-size: 22px;
    background-color: black;
    color: #fff;
    padding: 20px;
    margin-top: 200px;
    opacity: 0.8;
}

    .abtUS p {
        padding: 20px;
    }
/*Contact US*/
.balaVihar {
    background-color: #558ED5;
}

.contact hr {
    border-color: #342F27;
}

.contactDetails {
    color: #000;
}

    .contactDetails th {
        border-bottom-color: #342F27 !important;
    }

    .contactDetails td, .contactDetails th {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-size: 16px;
        text-align: center;
    }

    .contactDetails tbody tr td {
        border-top: none !important;
        text-align: center;
    }

.margin {
    margin-top: 25px;
}

.contact p {
    color: #000;
    font-size: 16px;
    line-height: 2;
}

.contactUdesc {
    margin-top: 50px;
    font-size: 24px;
    color: #000;
}

.signInUdesc {
    margin-top: 2px !important;
    font-size: 24px;
    color: #000;
}

.adminForm .col-md-12 {
    margin: 10px 0px;
}

.adminForm label {
    color: #342F27;
}

.adminForm input[type=text] {
    width: 100%;
}

.submtbtn {
    width: 150px;
    height: 35px;
    color: white;
    /* background-color: transparent; */
    background-color: #3498db;
    /* border: 3px solid #342F27; */
    margin-bottom: 50px;
    font-weight: bold;
    border-radius: 6px;
}

    .submtbtn:hover {
        /*background-color: gray;
        border: 3px solid gray;
        color: white;*/
        background-color: #2980b9;
        color: #FFF;
    }

.borderLine-nav {
    border-bottom: 2px solid #fff;
}

.borderLine-footer {
    border-top: 3px solid #fff;
}

.underline {
    display: block;
    height: 5px;
    width: 70px;
    background-color: #342F27;
    margin-bottom: 50px;
}

.underline-small {
    display: block;
    height: 3px;
    width: 70px;
    background-color: #342F27;
    margin-bottom: 10px;
}

.map {
    margin-top: 150px;
}

    .map iframe {
        border: 0;
        float: right;
        width: 400px;
        height: 400px;
    }

.msg {
    width: 100%;
    height: 150px;
}
/*donate button*/
.donateBtn {
    width: 200px;
    background-color: #0F3913;
    color: #fff;
    border: 2px solid #fff;
    /*margin: 7px 50px;*/
    margin: 15px 0px;
    height: 40px;
}

    .donateBtn:hover, .donateBtn:focus {
        color: #fff;
    }
/*Upcoming Events slider*/
.carousel-inner.vertical {
    height: 100%;
}

    .carousel-inner.vertical > .item {
        -webkit-transition: .6s ease-in-out top;
        -o-transition: .6s ease-in-out top;
        transition: .6s ease-in-out top;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner.vertical > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner.vertical > .item.next,
        .carousel-inner.vertical > .item.active.right {
            top: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        .carousel-inner.vertical > .item.prev,
        .carousel-inner.vertical > .item.active.left {
            top: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

            .carousel-inner.vertical > .item.next.left,
            .carousel-inner.vertical > .item.prev.right,
            .carousel-inner.vertical > .item.active {
                top: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner.vertical > .active {
    top: 0;
}

.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
    top: 0;
    height: 100%;
    width: auto;
}

.carousel-inner.vertical > .next {
    left: 0;
    top: 100%;
}

.carousel-inner.vertical > .prev {
    left: 0;
    top: -100%;
}

    .carousel-inner.vertical > .next.left,
    .carousel-inner.vertical > .prev.right {
        top: 0;
    }

.carousel-inner.vertical > .active.left {
    left: 0;
    top: -100%;
}

.carousel-inner.vertical > .active.right {
    left: 0;
    top: 100%;
}
/*Upcoming Events slider ends*/
/*Resident Acharya*/
.acharyaBGC {
    /*background-color: #558ED5;*/
    background-color: #f3f3f7;
}

    .acharyaBGC h3 {
        color: #342F27;
    }

.acharyaImg {
    height: 300px;
    /*width: 300px;*/
    border: 5px solid white;
    /*border-radius: 50%;*/
    display: block;
    margin: auto;
    opacity: 0;
}

.acharyaBGC h3 {
    margin-top: 150px;
}

.acharyaBGC p {
    color: #342F27;
    text-align: center;
    line-height: 2;
}

.acharyaBGC .container .row:first-child {
    margin: 50px 0px;
}
/*BalaVihar page*/
.balaVihar h2, .balaVihar h3, .balaVihar p {
    color: #342F27;
    text-align: center;
    padding-bottom: 10px;
}

.balaVihar p {
    font-size: 18px;
    line-height: 2;
    padding: 10px;
    margin-bottom: 40px;
}
/*Activities-Parents*/
.activities .nav-tabs {
    border-bottom: none;
}

    .activities .nav-tabs > li.active > a, .activities .nav-tabs > li.active > a:focus, .activities .nav-tabs > li.active > a:hover {
        color: #861A0D;
        background-color: #fff;
        border: 5px solid #fff;
        border-bottom-color: #861A0D;
    }

    .activities .nav-tabs > li > a {
        border-radius: 0px;
        color: #342F27;
        border-bottom: 1px solid #342F27;
        text-align: center;
    }

.activities .nav > li > a:focus, .activities .nav > li > a:hover {
    background-color: transparent;
}

.activities #yoga img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.activities p {
    font-size: 16px;
    margin-top: 25px;
}

.studyPurpose {
    text-align: center;
    padding: 50px;
    background-color: white;
}

.howStudy {
    text-align: center;
    padding: 50px;
    background-color: #558ED5;
}

#weeklyActivities label, #weeklyActivities span {
    padding: 30px;
}

.saturday hr {
    border-color: red !important;
}

.saturday h4 {
    padding: 0px;
}

.saturday .col-md-12:first-child {
    border: none;
    padding: 0px;
}

.saturday .col-md-12 {
    border-top: 1px solid #861A0D;
    padding: 5px;
}



.sunday h4 {
    padding: 0px;
}

.sunday .col-md-12:first-child {
    border: none;
    padding: 0px;
}

.sunday .col-md-12 {
    border-top: 1px solid #861A0D;
    padding: 5px;
}


#weeklyActivities span {
    display: block;
    font-weight: 600;
}

#weeklyActivities h4 {
    margin-bottom: 5px;
    color: #342F27;
    font-weight: 600;
}

.saturday label, .saturday span {
    padding: 10px !important;
}

#yoga a {
    text-decoration: underline;
    color: #000;
}

#yoga p {
    color: #000;
}

/*activities-children*/
.childrenNav li {
    padding: 5px;
    border-bottom: 1px solid #861A0D;
}

    .childrenNav li a {
        color: #000;
    }

.langImg {
    display: block;
    margin: 25px auto;
    height: 700px;
    width: 550px;
}

.rightArrowpos {
    position: absolute;
    right: 10px;
    top: 20px;
}

#gita ol, #gita p {
    margin: 25px 0px;
}

    #gita ol:last-child {
        margin-bottom: 50px;
    }

#gita h3 {
    text-align: center;
    color: #861A0D;
}

#gita img {
    display: block;
    margin: 20px auto;
    height: 515px;
    width: 415px;
}

#gita pre {
    font-size: 18px;
}

/*donate*/
.gurudevimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.preTXT {
    font-size: 18px;
}

.marginADJ {
    margin: 50px 0px;
}

#SANGAM h4, #ANANDA h4 {
    margin-bottom: 10px;
    color: #861A0D;
}

#SANGAM p, #ANANDA p {
    margin-bottom: 35px;
    line-height: 2;
}

#SANGAM h4:first-child, #ANANDA h4:first-child {
    margin-top: 30px;
}

#SANGAM li {
    margin: 10px 0px;
    line-height: 2;
}

    #SANGAM li:last-child {
        margin-bottom: 35px;
    }

#SANGAM table, #ANANDA table {
    margin-bottom: 50px;
}

.donateTabs a {
    font-size: 18px;
}

.donateTabs > li.active > a, .donateTabs > li.active > a:focus, .donateTabs > li.active > a:hover {
    color: #861A0D;
    background-color: #fff;
    border: 5px solid #fff;
    border-bottom-color: #861A0D;
}

.formLinks {
    list-style: none;
    height: 240px;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    margin-top: 24%;
}

.donatequote {
    color: #DB9446;
    font-weight: 600;
}

.calLink {
    font-size: 16px !important;
    text-decoration: underline;
}

.brContact {
    margin-top: 50px;
    padding-left: 10px;
    border: 1px solid #ccc;
    background-color: #F5F5F5;
}
/*email subscription*/
.subsForm .row {
    margin: 10px 0px;
}

.subsForm input[type=text], .subsForm input[type=email] {
    width: 100%;
}

.emailBtn {
    width: 200px;
    height: 30px;
    border: none;
    background-color: #0F3913;
    color: #fff;
}

.unsubscribe {
    margin-top: 50px;
}

.noMail {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

    .noMail:hover {
        font-size: 14px;
    }
/*Responsive*/
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .logo {
        /*height:55px;
width:55px;
margin-top:35px;*/
        display: none;
    }

    .heading h1 {
        font-size: 20px;
    }

    .heading span {
        font-size: 12px;
    }

    .headerColor {
        height: 200px;
    }

    .signinbtn {
        margin-top: 20px;
        height: 28px;
    }

    .contactUs:first-child {
        margin-left: 75px;
    }

    .donateBtn {
        margin: 0px;
    }

    .dropdown {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .dropdown-link {
        padding: 10px;
        font-size: 14px;
    }

    .dropdown-content {
        font-size: 14px;
        top: 40px;
    }

    .sub-dropdown:hover .sub-dropdown-content {
        position: static;
        padding-left: 40px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: black;
    }

    .nav-row {
        padding-left: 10px;
    }

    .chevright {
        margin-right: 0px !important;
    }

    .upcomingEvents, .quickLinks {
        width: 290px;
        margin: 20px 0px;
    }

    .sliderSection img {
        height: 300px !important;
    }

    .sliderSection {
        padding-top: 10px;
    }

    .upcomingEvent {
        height: 150px !important;
    }

    .specialEvents li, .ourFeatures li {
        margin-top: 5px;
    }

    .footerIcons {
        top: 0px;
    }

    .eventsInner p {
        font-size: 12px;
    }

    .quickLinks {
        margin-top: 10px;
        font-size: 12px;
    }

    .balaViharSection h2, .ActivitySection h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .balaViharSection p, .balaViharSection a, .quote, .quoteAuthor {
        font-size: 12px;
    }

    .ActivitySection .nav-tabs > li > a {
        width: 150px;
        font-size: 12px;
    }

    #parents a, #children a {
        font-size: 12px;
        padding: 5px;
    }

    .ActivitySection {
        min-height: 250px;
    }

        .ActivitySection li a:last-child {
            height: 50px;
        }

    .quote {
        padding: 10px;
        max-height: 100px;
    }

    .acharyaImg {
        height: 200px;
        width: 200px;
    }

    .acharyaBGC h3 {
        margin-top: 50px;
        font-size: 18px;
    }

    .acharyaBGC p {
        font-size: 12px;
    }
    /*contact Us*/
    .map {
        margin-top: 20px;
    }

        .map iframe {
            width: 250px;
            height: 200px;
        }

    .contactUdesc {
        font-size: 16px;
    }

    .directions p {
        font-size: 12px;
    }

    .contactDetails td, .contactDetails th {
        font-size: 11px;
    }
    /*about us*/
    .abtUS h2 {
        font-size: 16px;
    }

    .abtUS p, .activities ol {
        font-size: 12px;
    }

    .balaVihar h3, .activities h3, #gita h3 {
        font-size: 16px;
    }

    .balaVihar p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .balaVihar .marginTop, .activities .marginTop {
        margin-top: 20px;
    }

    .activities p {
        font-size: 12px;
        text-align: left;
    }

    .studyPurpose, .howStudy {
        padding: 20px;
    }

    .activities .nav-tabs > li > a {
        font-size: 12px;
        padding: 0px;
        display: inline-block;
        height: 45px;
    }

    #weeklyActivities label, #weeklyActivities span, #gita p, #gita li {
        font-size: 12px;
    }

    .activities #yoga img {
        height: 280px;
        width: 280px;
    }

    .ourFeatures .col-md-4 {
        margin: 10px;
    }

    .langImg {
        height: 300px;
        width: 280px;
    }

    #gita img {
        height: 300px;
        width: 280px;
    }

    #gita pre, #gita h4 {
        font-size: 14px;
    }
}
/*Tablets*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .map iframe {
        width: 300px;
        height: 300px;
    }

    .abtUS h2 {
        font-size: 22px;
    }

    .abtUS p {
        font-size: 16px;
    }

    .contactUs:first-child {
        margin-left: 0px;
    }

    .signinbtn {
        margin-top: 20px;
        height: 28px;
    }

    .donateBtn {
        top: 45px;
        right: 95px;
    }
}
/*end*/


/*RAJA Update*/
.marginright10px {
    margin-right: 10px;
}

h2, a {
    font-variant: small-caps;
}

#col70PCT {
    float: left;
    width: 70%;
    margin-left: 1%;
    margin-bottom: 1em;
    /*border-left : 1px dashed #dda875;*/
    /*border-right : 1px dashed #dda875;*/
    padding-right: 1%;
    padding-left: 1%;
}

#col30PCT {
    overflow: hidden;
    /*width : 30%;*/
    margin-left: 1%;
    margin-bottom: 1em;
    padding: 50px;
}

.headingh3 {
    margin: 0;
    color: #342F27;
    font-size: x-large;
    font-variant: small-caps;
}

.photogalleryImg {
    display: block;
    margin: 25px auto;
    /*height: 700px;*/
    width: 550px;
}

#col50PCT_0, #col50PCT_1 {
    float: left;
    width: 47%;
    margin-left: 1%;
    margin-bottom: 1em;
    padding-right: 1%;
    padding-left: 1%;
    margin-top: 20px;
    text-align: center;
}

.tab {
    margin-left: 40px;
}

.underline-full {
    display: block;
    height: 5px;
    background-color: #342F27;
}


/*Bhagavata Saptah (bs)*/
bs {
    /*background-image: url("/flyers/tenth/bg.png");
    background-repeat:round;*/
    background: linear-gradient(#5fbff5, #3b7b9e) !important;
}

.bs p {
    /*color: #000;*/
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.bsUdesc {
    margin-top: 50px;
    font-size: 24px;
    color: #000;
}

.bs hr {
    border-color: #342F27;
}


.bsInauguralAddressYouTube {
    background: url(/flyers/tenth/InauguralAddressYouTube.png) !important;
    height: 95px !important;
    width: 160px !important;
}

.bsBriefIntroductionYouTube {
    background: url(/flyers/tenth/BriefIntroductionYouTube.png) !important;
    height: 95px !important;
    width: 160px !important;
}

.bsSwamiShantanandaMessage {
    background: url(/flyers/tenth/PlayMessage.png) !important;
    height: 32px !important;
    width: 32px !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-top: 4px;
    margin-left: 40px;
}

/*Bhagavata Saptah*/
bhagavataSaptah {
    background-image: url("/flyers/tenth/bg.png");
    background-repeat: round;
}

.bhagavataSaptah p {
    /*color: #000;*/
    font-size: 16px;
    line-height: 2;
}

.bhagavataSaptahUdesc {
    margin-top: 50px;
    font-size: 24px;
    color: #000;
}

.bhagavataSaptah hr {
    border-color: #342F27;
}

.bhagavataSaptahGrad {
    background: linear-gradient(#2793e6, #2f86ca, #337ab7);
}

.sliderShadow {
    background: #000;
    box-shadow: 0 1px 35px rgba(0,0,0,.5);
    transition: .5s;
}

.specialEventShadow {
    box-shadow: 0 1px 35px rgba(0,0,0,.5);
    height: 550px;
    width: 366px;
    border-radius: 10px;
}

.magazinesShadow {
    box-shadow: 0 1px 35px rgba(0,0,0,.5);
    height: 200px;
    width: 127px;
}

.specialEvents .container > ul > li > a > img:hover {
    opacity: .9;
    transform: translateY(-1px);
}

.boxShadow {
    box-shadow: 0 1px 35px rgba(0,0,0,.5);
}

.boxSmallShadow {
    box-shadow: 0 1px 15px rgba(0,0,0,.5);
    border-radius: 4px;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 0% !important;
    min-height: 50px;
}

.roundCorner {
    border-radius: 10px;
}

.continueRight {
    display: block;
    position: absolute;
    right: 50px;
}

.pMinHight{
    min-height:400px;
}
.secMinHight {
    min-height: 550px;
}

.template2Col600px {
    border: solid darkred;
    width: 620px;
    height: auto;
    margin-bottom: 20px;
}

.template2Col700px {
    border: solid darkred;
    width: 720px;
    height: auto;
    margin-bottom: 20px;
}

.hide {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    color:white;
}

.hidden-class {
    display: none;
}

.show-class {
    display: inline;
}

.carousel-control {
    width: 10%!important;    
}
.gFont {
    font-family: "Cinzel Decorative", serif;
    color: #342f8c !important;
}
.gFontTrirong {
    font-family: Trirong, serif;
    color: #342f8c !important;
}

.gFontSmall {
    font-family: "Cinzel Decorative", serif;
    font-size: 2.0rem;
    display: inline-block;
    color: #342f8c !important;
}
.gFontBold {
    font-weight: bold;
}
.gFontBGColor {
    background-color: #ffb51e;
}
.navBGColor {
    background-color: #ff7c1e;
}
.padding15Px {
    padding: 15px;
}