html {
    font-size: 100%;
}

body {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    color: #666666;
    padding: 0;
}

.topspace {
    margin-top: 40px;
}
/*********************************************************************


                            Navigation in header


**********************************************************************/
.navbar {
    border-width: 1px 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    width: 100%;
    padding: 0px 0px !important;
    border-bottom: 1px solid #CCC;
}

.navbar.stick {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 99;
}

.navbar-collapse {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    font-family: "Siddhanta", "Open sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar-collapse .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block !important;
}

.navbar-collapse .navbar-nav > li > a {
    padding: 20px 15px;
    margin: 0 15px;
}

.dropdown ul.dropdown-menu {
    top: 85%;
    text-align: left;
}

.dropdown ul.dropdown-menu > li > a {
    padding: 5px 30px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #cccccc;
}

.navbar-default .navbar-nav > li > a {
    color: #454545;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000000;
/*    background-color: #ffffff;*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
/*    background-color: #ffffff;*/
}

.navbar-default .dropdown ul.dropdown-menu > li > a {
    color: #454545;
}

.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
/*    background-color: #eeeeee;*/
    color: #000000;
}

.navbar-default .navbar-toggle {
    border-color: #666666;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
/*    background-color: #ffffff;*/
}

.navbar-default .navbar-toggle .icon-bar {
/*    background-color: #333333;*/
}

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

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
/*    background-color: #ffffff;*/
    color: #000000;
}

.navbar-collapse .navbar-nav > li.perspective-logo{
    display: none !important;    
}

@media (min-width: 600px) {
    .navbar-collapse .navbar-nav > li.perspective-logo{
        height: 65px !important;
        display: inline-block !important; 
    }
    .navbar-collapse .navbar-nav > li.perspective-logo img {
      height: 100%;
      margin: 0px 0px;
      padding: 0px 0px;
    }    
}
/****************************************************************************************


                                     Sidebar special Nav


*****************************************************************************************/
.nav-side {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: -0.37em;
}

.nav-side > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #f392b4;
}

.nav-side > li > a:hover {
    color: #bd1550;
    background: none;
}

.nav-side > li.active > a {
    color: #bd1550;
}
/*********************************************************************


                                TYPOGRAPHY


**********************************************************************/
ul,
ol {
    line-height: 1.6em;
    margin: 0 0 30px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 30px;
    border-left: 5px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
}

h1 {
    font-size: 40px;
    font-size: 2.5rem;
}

h2 {
    font-size: 36px;
    font-size: 2.25rem;
}

h3 {
    font-size: 30px;
    font-size: 1.875rem;
}

h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
}

a {
    color: #bd1550;
}

a:hover {
    color: #e93675;
}

.lead {
    font-weight: 300;
    font-size: 21px;
    font-size: 1.3125rem;
}

.text-msg {
    line-height: 1.7em;
    color: #b3b3b3;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: -0.23em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
/*********************************************************************


                                HEADER


**********************************************************************/
#head {
    background: #f4f4f4 url(../images/bg_head.jpg) top right;
    background-size: cover;
    color: #7C7C7C;
    height: 92vh;
}

@media (max-width: 600px) {
    #head {
/*
        background: #f4f4f4 url(../images/bg_head_mobile.jpg) top right;
*/
       background-size: cover;
    }
    #photo-sharada, #photo-shankara{
		display: none;
    }

}
#head img.img-circle {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 9px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 0 auto;
}
#photo-sharada{
	padding-right: 50px;
}
#photo-shankara{
	padding-left: 50px;
}

#head .title {
    font-family: "Siddhanta";
    font-size: 49px;
    font-size: 3.0625rem;
    color: #333333;
}

#head .title a {
    text-decoration: none;
    color: #333333;
}

#head .tagline {
    font-family: "Siddhanta";
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2em;
    color: #9E2318;
    margin: 5px 0 0;
}

#head .tagline b {
    font-weight: normal;
}

#head .tagline a {
    color: #5E5E5E;
}

.home #head {
    padding: 70px 0;
}

.home #head .title {
    font-size: 49px;
    font-size: 3.0625rem;
}

.home #head .tagline {
    font-size: 16px;
    font-size: 1.4rem;
    margin: 15px 0 0;
}
/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
    .container {
        max-width: 1080px;
    }
}
.fixJump{
    padding-top: 80px;
}

/*//////////////////////////////////////////////////////////////////////
Custom styles
//////////////////////////////////////////////////////////////////////*/
.intro{
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    padding: 50px 100px;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
}
.srimukham{
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    padding: 50px 0px 50px 0px;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 900px) {
    .srimukham{
        padding: 50px 115px;
    }
}
.video-container{
    overflow:hidden;
    display:block;
    /*height: 440px;*/
    text-align: center;
}
video#bgvid { 
    width: 100%;
    z-index: -100;
    margin: 0px 0 0 0;
    background: url(../images/bg_head.jpg) no-repeat;
    background-size: cover; 
}
.collage{
    margin: 0px;
}
.collage .figure{
    text-align: center;
}
.collage .figure img{
    display: inline;
}
.collage figcaption{
    margin: 5px 0;
}

.sidebar-for-small-devices{
    display: none;
}

.works{
    padding: 0px;
    padding-bottom: 0;
    font-size: 18px;
    font-family: 'Siddhanta';
    text-align: left;
    color: #AAA;
}
.works h2{
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Siddhanta';
    color: #FFF;
    font-size: 28px;
    background-color: #9E1717;
    line-height: 100px;
}

.works .groupheading, .works .groupheading-brown, .works .groupheading-green, .works .groupheading-indigo{
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Siddhanta';
    font-size: 28px;
    color: #F44336;
    line-height: 50px;
}
.works .groupheading-brown{
    color: #A1887F;
}
.works .groupheading-green{
    color: #80CBC4;
}
.works .groupheading-indigo{
    color: #0277BD;
}
.color-bhashya{
    color: #F44336;
}
.color-brown{
    color: #A1887F;
}
.color-green{
    color: #80CBC4;
}
.color-indigo{
    color: #0277BD;
}
.works .book-strips a{
    color: #ee3827;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    display: inline-block;
    padding: 20px 10px 20px 15px;
    margin: 15px 15px 15px 0px;
    color: #555;
    transition: none;
    min-width: 275px;
    text-align: left;
}
.works .book-strips a .author{
    font-size: 0.8em;
    margin-bottom: 15px;
    color: #888;
    max-width: 250px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.works .book-strips a .name{
    margin-bottom: 0;
}
.works .book-strips a:hover{
    box-shadow: 2px 2px 7px rgba(0,0,0,0.2);
    transition: none;
}
.works .book-strips .left-red, .works .book-strips .left-brown, .works .book-strips .left-green{
    display: inline;
}
.works .book-strips .left-red a{
    border-left: 5px solid #F44336;
}
.works .book-strips .left-brown a{
    border-left: 5px solid #A1887F;
}
.works .book-strips .left-green a{
    border-left: 5px solid #80CBC4;
}
.works .book-strips .left-indigo a{
    border-left: 5px solid #0277BD;
}
.works .book-strips hr{
    margin: 30px 0;
}

@media (max-width: 767.98px) { 
    
    .bs-docs-sidebar{
        display:none;
    }
    /* Important part */
    .modal-dialog{
        overflow-y: initial !important
    }
    .modal-body{
        height: 60vh;
        overflow-y: auto;
    }
    .modal-content {
        min-height: 300px;
        background: rgba(255,255,255,.8) !important;
        overflow: auto;
    }
    .sidebar-for-small-devices{
        width: 40px;
        height: 40px;
        position: fixed;
        right: 10px;
        top: 100px;
        display:  block !important;
        border-radius: 50%;
        text-align: center !important;
    }    
    .sidebar-for-small-devices i {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .offcanvas {
        background: rgba(255,255,255,.95) !important;
    }
    
    ul.regular-list-display, ul.regular-list-display ul.nav{
        display: block !important;
    }
    ul.regular-list-display ul.nav{
        margin-left: 1em;
    }

}

@media (min-width: 900px) {
    .works{
        padding: 0px 50px 50px 50px;
        padding-bottom: 0;
    }
    .works h2{
        margin-bottom: 60px;
    }
    .works .book-strips a{
        padding: 20px 10px 20px 15px;
        margin: 15px 12px 15px 12px;
    }
    .works .book-strips a .author{
        max-width: 500px;
    }
}
.visual-slide{
    background-color: #F7F7F7;
    width: 100%;
    padding: 50px;
    column-count: 3;
    /*min-height: 500px;*/
    /*text-align: center;*/
}
.shloka{
    margin: 15px 0 75px;
    font-family: 'Siddhanta';
    color: #3F51B5;
}
.shloka p{
    font-size: 21px;
    text-align: center;
    margin: 40px 0;
}
.shloka i{
    cursor: pointer;
    color: #CCC;
}
.news h1{
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.news p{
    padding: 20px 20px 20px 0;
}
#clickmetreeview img, #clickmegridview img{
	height: 30px;
	display: inline;
	margin-right: 20px;
}
a.pathabheda{
	vertical-align: super;
	color: red;
	text-decoration: underline !important;
}
.prasiddhapatha{
    color:  red;
}

