

html {
    height: 100%;
    width: 100%;
    font-family: "open sans";
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    touch-action: manipulation;
    
}

.pagebody {
    /*Location-wise page background can be change */
    background-attachment: fixed !important;
    background-color: #efe8d6;
    background-position: center top;
    background-repeat: no-repeat;
    color: #201d1d;
    margin: 0;
    padding: 0;
}

body {
    background-attachment: fixed !important;
    font-family: "open sans";
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    transition: .5s; touch-action: manipulation;
}

#wrapwebsite {
    /* background-color: #fff;
    border: 0 solid #e4c79f;
    margin-left: auto;
    margin-right: auto;*/
    background-color: #fff;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

#wrapcenter {
    background-color: transparent;
    margin-top: 0;
}

#wrapheader {
    /* background-color: #fff;
    background-image: url("02-logobanner.jpg");
    background-position: center top;
    background-repeat: no-repeat;*/
    margin: 0;
    padding: 0;
    /*height: 80px;*/
}

#wrapfooter {
    background-color: #b5090e;
    color: #FFF;
    font-size: small;
    font-weight: lighter;
    padding: 10px;
    margin: 0px;
    float: left;
    text-align: center;
    
    bottom: 0;
    z-index:1;
}
.footer-sticky {
    position: sticky;
}

    #wrapfooter a:link, #wrapfooter a:hover, #wrapfooter a:active, #wrapfooter a:visited {
        color: #FFF;
        font-size: small;
        font-weight: lighter;
        padding: 10px;
        margin: 0px;
    }
/* ---------------------------------------------------------------------------------------------------------------------------------------------  
            M E N U                ---------       CSS     --------------  
--------------------------------------------------------------------------------------------------------------------------------------------- */
.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: brown;
    padding: 5px;
    cursor: pointer;
    /*border-bottom: 1px solid #c9302c;*/
}

.navbar-toggler, .class {
    width: 2em;
    height: 2em;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    /*color: rgba(242, 196, 65, 0.7);*/
    color: white;
    background-color: #c9302c;
}

.sticky-top {
    z-index: 500;
}

.navbar-toggleable .navbar-collapse {
    top: 7px;
}

.nav, .nav-container, .nav-container.is-visible {
    /*position: initial;
    top: auto;
    left: auto;*/
}

.menubg {
    /*background-image: url("menu-bg.jpg"); background-repeat: repeat-x; background-color: #B45515;*/
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(5,5,5,.4);
    -moz-box-shadow: 2px 2px 2px 0px rgba(5,5,5,.4);
    box-shadow: 2px 2px 2px 0px rgba(2,2,2,.1);
    /*max-width:1460px;*/
    height: 55px;
    display: grid;
}

.bapslogo {
    /*padding-top: 1px;
    position: sticky;*/
    top: 0px;
    z-index: 1601;
    padding-left: 20px;
    margin-top:1px;
}

.leftbapslogo {
    max-width: 366px;
    max-height: 53px;
    /*position: fixed;*/
    top: 7px;
    width: 100%;
    /*z-index: 1602;*/
}

.leftbapslogo {
    padding: 5px;
    top: 9px;
    /*z-index: 1200;*/
    width: auto;
}

.device_img {
    display: none;
}

.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 0.93rem;
    border: 0;
    background-color: #e74c3c;
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
    color: inherit;
    cursor: pointer;
}

.nav-item, .nav-item a, .nav-item a:link, .nav-item a:focus {
    color: maroon;
}

.navbar-toggleable .navbar-nav .nav-link {
    padding: .45rem;
    font-weight:lighter;
}

li.nav-item a:hover, li.navbar-toggleable a:hover, .nav-link.disabled:hover {
    color: #ffffff;
    background-color: #b5090e;
    padding: .45rem;
}

.dropdown-toggle::after {
    display: none;
}

@media (max-width:1024px) {
    .device_img {
        display: inline-block;
        height: 50px;
        padding-top: 7px;
    }

    .bapslogo {
        display: none;
    }

    .device_img img {
width: 320px;
top: 9px;
left: 0;
    }
}

@media (min-width:1025px) {
    .leftbapslogo {
        max-width: 366px;
        max-height: 53px;
        position: fixed;
        top: 1px;
        width: 100%;
        /*z-index: 1602;*/
    }
}

@media (max-width:990px) {
    .bapslogo {
        display: none;
    }
}

.baps_logo img {
    max-height: 50px;
    padding-left: 10px;
    float: left;
}

.baps_logo {
    
    max-height: 55px;
    position: absolute;
    top: 1px;
    left:10px;
    z-index: 1602;
}

.logo {
    position: sticky;
    top: 3px;
    /*z-index: 1601;*/
    padding-left: 5px;
}

.baps_m_menu, .submenunew {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    right: 0;
    position: relative;
    /*z-index: 1500;*/
}

.main-header {
    height: 55px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 1600;
    background-color: #ffffff;
    box-shadow:2px 2px 2px 0px rgba(2,2,2,.1)
}

.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 0.93rem;
    border: 0;
    background-color: #e74c3c;
}

.dropdown-menu {
    border: 0;
    left: 0;
    width: auto;
    padding: 10px;
    margin: 0rem 0 0;
    border-radius: 3px;
    min-width: 14rem;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 2px 2px 2px 0px rgba(2,2,2,.1);
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.00rem;
    padding: 8px;
    color: blue;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative !important;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0 !important;
        left: 100% !important;
        margin-top: -6px !important;
        margin-left: -1px !important;
        border-radius: 0 !important;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: "\f105";
        font-family: 'FontAwesome';
        margin-top: -18px;
        right: 15px;
        position: absolute;
        font-weight: 300;
    }
    .menu-overlay {
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	top: 50px;
	right: 0;
	left: 0;
	position: fixed;
	z-index: 1066;
       overflow-y: hidden; 
       overflow-x: hidden; 
}
.menu_overlay_open {
	visibility: visible;
	opacity: 1;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------  
      M O B I L E       M E N U                ---------       CSS     --------------  
--------------------------------------------------------------------------------------------------------------------------------------------- */
#menucontainer {
    padding-top:30px;
}
/* Content wrapper */

.wrapper {
    width: 94%;
    max-width: 1140px;
    margin: 0 auto;
}

.wrapper-small {
    max-width: 728px;
}

.wrapper-flush {
    width: 100%;
}
/**
 * Navigation
 */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #efefef;
}
/* -------------------------------------------------- */
/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/
/* 1. Show when `.is-visible` class is added */
/* -------------------------------------------------- */
.nav-container.is-visible {
    visibility: visible; /* 1 */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); /* 1 */
}
/* -------------------------------------------------- */
                                    /* Nav toggle */
/* -------------------------------------------------- */
.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 1.25rem 1rem;
    border: 0;
    background-color: transparent;
    border-radius: 4px;
    margin-right: 0px;
}
    /* Nav toggle icon */

    .nav-toggle .icon-menu {
        position: relative;
        display: inline-block;
        width: 6px;
        height: 20px;
        vertical-align: middle;
        fill: none;
    }

.nav-container {
    position: fixed;
    top: 55px; /* 1 */
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden; /* 2 */
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); /* 2 */
    background-color: #c0c0c0;
    -webkit-overflow-scrolling: touch; /* 3 */
}
/* -------------------------------------------------- */
                           /* Nav toggle icon lines */
/* -------------------------------------------------- */
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #cc2b00;
}
/* -------------------------------------------------- */
/* Nav toggle icon line 1 */
/* -------------------------------------------------- */
.icon-menu .line-1 {
    top: 0;
}
/* -------------------------------------------------- */
/* When active, rotate line 1 to be lefthand part of X */
/* -------------------------------------------------- */
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
/* -------------------------------------------------- */
/* Nav toggle icon line 2 */
/* -------------------------------------------------- */
.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}
/* -------------------------------------------------- */
/* When active, hide line 2 */
/* -------------------------------------------------- */
.is-active .icon-menu .line-2 {
    opacity: 0;
}
/* -------------------------------------------------- */
/* Nav toggle icon line 3 */
/* -------------------------------------------------- */
.icon-menu .line-3 {
    bottom: 0;
}
/* -------------------------------------------------- */
/* When active, rotate line 3 to be righthand part of X */
/* -------------------------------------------------- */
.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
/* -------------------------------------------------- */
/* Remove default list styles for menus */
/* -------------------------------------------------- */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
    background-color: #dedede; /* 1 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; /* 2 */
}
/* -------------------------------------------------- */
    /* Give menu items a top border */
/* -------------------------------------------------- */
    .nav-menu .menu-item {
        border-top: 1px solid #bbb;
    }
/* -------------------------------------------------- */
    /* Give last menu item a bottom border */
/* -------------------------------------------------- */
    .nav-menu > .menu-item:last-child {
        border-bottom: 1px solid #bbb;
    }
/* -------------------------------------------------- */
/* Darker background color on hover, and when toggled */
/* -------------------------------------------------- */


    .nav-menu > .menu-item:hover, .nav-menu > .menu-item.is-active {
        background-color: #c75347;
        color: #fff;
    }

        .nav-menu > .menu-item:hover, .nav-menu > .menu-item.is-active > a:link {
            color: #fff;
        }
/* -------------------------------------------------- */
    /* 1. Menu links are block level, by default */
/* -------------------------------------------------- */
    ul.nav-menu ul a, .nav-menu ul ul a {
        color: #b42222;
        margin-left: 15px;
        width: auto;
    }

        ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
            background-color: #c75347;
            color: #fff;
        }

.has-dropdown ul:hover:after, .has-dropdown li:hover:after {
    color: #fff;
}

.nav-menu {
    display: block; /* 1 */
    text-decoration: none;
    color: #b42222;
    padding: 0.75rem 1rem;
}

    .nav-menu li a:hover, .nav-menu li a:focus {
        color: #fff;
    }

.menu-link {
    display: block; /* 1 */
    text-decoration: none;
    color: #b42222;
    padding: 0.75rem 1rem;
}

    .menu-link a:hover {
        color: #fff;
    }
/* -------------------------------------------------- */
  /* 1. Menu items with dropdowns appear clickable */
/* -------------------------------------------------- */
.menu-link {
    padding-left: 30px;
}

.has-dropdown {
    position: relative;
    cursor: pointer; /* 1 */
}

    .has-dropdown > .menu-link a:focus {
        color: #fff;
    }

    .has-dropdown > .menu-link a:hover {
        color: #fff;
    }
/* ---------------------------------------------------------------------- */
    /* 1. Parent menu links inlined so you can toggle the dropdown */
/* --------------------------------------------------------------------- */
    .has-dropdown > .menu-link {
        display: list-item;
        font-weight: 600;
        width: 75%;
    }
    .has-dropdown:after {/* 1. Add an icon to menu items that have sub menus */
        font-size: 32px;
        position: absolute;
        top: 0px;
        right: 1rem;
        bottom: 0;
        content: "+"; /* 1 */
        color: inherit;
    }

    /* -------------------------------------------------- */
        /* 1. Switch icon to n-dash when toggled */
    /* -------------------------------------------------- */
    .has-dropdown.is-active:after {
        content: "\2013"; /* 1 */
    }

/* --------------------------------------------------  
             * Dropdowns
      * 1. Hide dropdowns by default
  -------------------------------------------------- */
.nav-dropdown {
    display: none;  
    background-color: #ffffff;
}
/* -------------------------------------------------- */
             /*  1. Show dropdown when toggled   */
/* -------------------------------------------------- */

.has-dropdown.is-active > .nav-dropdown { 
    display: block;  
}

/* -------------------------------------------------- */
             /* 2nd level dropdown  */
/* -------------------------------------------------- */
.nav-dropdown .nav-dropdown  {
    background-color: #aaa;
}

.nav-dropdown .menu-item {
    border-color: #a0a0a0;
}

.nav-dropdown .nav-dropdown .menu-item {
    background-color: #ffffff;
    border-color: #909090;
}


.content {
    margin-top: 60px;
}

    .content .wrapper {
        padding: 1rem 0;
    }

.is-active a {
    color: white;
}
header {
    /*background: #f5b335;*/
    height: 60px;
    position: fixed;
    top: 0;
    transition: top 0.1s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -60px;
}
@media (min-width: 960px) {

    .nav-down {
        position: fixed;
        box-shadow: 0 0 10px #999;
    }
}
    /* ---------------------------------------------------------------------------------------------------------------------------------------------  
     E N D   -   M O B I L E       M E N U                ---------       CSS     --------------  
--------------------------------------------------------------------------------------------------------------------------------------------- */
    /* Icon 1 */

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 60px;
        height: 45px;
        position: relative;
        margin: 50px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
            display: block;
            position: absolute;
            height: 9px;
            width: 100%;
            background: #d3531a;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #nav-icon1 span:nth-child(1) {
                top: 0px;
            }

            #nav-icon1 span:nth-child(2) {
                top: 18px;
            }

            #nav-icon1 span:nth-child(3) {
                top: 36px;
            }

        #nav-icon1.open span:nth-child(1) {
            top: 18px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        #nav-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        #nav-icon1.open span:nth-child(3) {
            top: 18px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    /* Icon 2 */

    #nav-icon2 {
    }

        #nav-icon2 span {
            display: block;
            position: absolute;
            height: 9px;
            width: 50%;
            background: #d3531a;
            opacity: 1;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #nav-icon2 span:nth-child(even) {
                left: 50%;
                border-radius: 0 9px 9px 0;
            }

            #nav-icon2 span:nth-child(odd) {
                left: 0px;
                border-radius: 9px 0 0 9px;
            }

            #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
                top: 0px;
            }

            #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
                top: 18px;
            }

            #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
                top: 36px;
            }

        #nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #nav-icon2.open span:nth-child(1) {
            left: 5px;
            top: 7px;
        }

        #nav-icon2.open span:nth-child(2) {
            left: calc(50% - 5px);
            top: 7px;
        }

        #nav-icon2.open span:nth-child(3) {
            left: -50%;
            opacity: 0;
        }

        #nav-icon2.open span:nth-child(4) {
            left: 100%;
            opacity: 0;
        }

        #nav-icon2.open span:nth-child(5) {
            left: 5px;
            top: 29px;
        }

        #nav-icon2.open span:nth-child(6) {
            left: calc(50% - 5px);
            top: 29px;
        }

    /* Icon 3 */

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 18px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 36px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    /* Icon 4 */

    #nav-icon4 {
    }

        #nav-icon4 span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4 span:nth-child(2) {
            top: 18px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4 span:nth-child(3) {
            top: 36px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon4.open span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: -3px;
            left: 8px;
        }

        #nav-icon4.open span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }

        #nav-icon4.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 39px;
            left: 8px;
        }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    /*
.breadcrumb {
    list-style: outside none none;
    margin-bottom: 10px;
    background-color: transparent;
}*/

    a.breadcrumbs {
        margin-left: 5px;
        padding-right: 5px;
        padding-top: 0;
        background-color: transparent;
    }

    .breadcrumbs > span > span > a:link{
        padding-right: 3px;
        color: #905a15;
        font-size: 12px;
    }
    div.breadcrumbs, div.breadcrumbs a:link {
        padding-right: 3px;
         padding-left: 0px;
        color: #905a15;
        font-size: 12px;
    }
        
div.breadcrumbs {
    display: block;
}
    .breadcrumbs > span > span {
        padding-right: 3px;
        color: #905a15;
        font-size: 10px;
    }


    .breadcrumbs {
        width: 100%;
        display: flex;
        /*border-bottom: 1px double #e9e9e9;*/
    }



    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        /*font-family: "Roboto";*/
        line-height: normal;
        font-weight: lighter;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    }

    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        margin-bottom: 0px;
        margin-top: 0px;
        color: #b5090e;
    }

    h1, .h1 { /* page header like news, vicharan, publication */
        font-size: 30px;
        font-weight: lighter;
    }

        h1, .h1, h1 a:link, h1 a {
            /* Module Main Titles */
            font-size: 30px;
            font-weight: lighter;
            color: #b5090e;
        }

    .content-title, .content-title.b {
        font-size: 17px;
    }

    .content-title_small a:link, content-title_small a, content-title_small a:hover, content-title_small a:active {
        font-size: 14px;
    }

    .gs-web-image-box, .gs-promotion-image-box {
        margin-right: 15px;
    }

    h2, .h2 { /* page header like news, vicharan, publication */
        font-size: 24px;
        font-weight: lighter;
    }

        h2 a:link, h2 a { /* Module Main Titles */
            font-size: 20px;
            color: #954e00;
        }

            h2 a, h2 a:link {
                color: #954e00; /*#eceeef;*/
                font-size: 24px;
                margin-top: 0;
                /*letter-spacing: normal;
        line-height: inherit;
        word-spacing: inherit;*/
            }

    h3, .h3, h3 a:link, h3 a:hover, h3 a {
        /* Module inside Content Titles */
        clear: both;
        color:#aa5900;
        /*color: #aa5900;
        color:#565656;*/
        font-size: 17px;
        font-weight: normal;
        line-height: 1.3;
    }

    .moduletitle {
        border-bottom: 1px solid #e4d2c3;
        display: list-item;
        font-weight: lighter;
        list-style: outside none none;
        text-align: left;
        margin-bottom: 5px;
    }

    .moduletitle {
        /*background-color: #e7c390;*/
        display: list-item;
        font-weight: lighter;
        list-style: outside none none;
        margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
        text-align: left;
        border-radius: 0px;
        color: #b5090e;
        /*font-family: "Open Sans Condensed";*/
        font-family: "Arima Madurai";
        line-height:29px;
    }

    h2.moduletitle a:link, h2.moduletitle a {
        color: /*#b45515;#eceeef;*/#b5090e;
        font-size: 95%;
        text-decoration: none;
        line-height: 1.1px;
        font-weight: lighter;
    }

.topnavitem {
    display: inline-table;
padding-right: 10px;
}
    h3.fck_para_head {
        font-size: 19px;
    }

    h3.content-title, h3.content-title a, h3.content-title a:link {
        font-size: 15px;
        font-weight: normal;
    }
    /*.col-md-12>.wrap>div#slider-holder>div#slider-runner>div#slider-container>span>.hidden>div.slide-container>img,*/

    div#header div#slide-holder img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    div.pagemenuheader {
        margin-top: -1px;
        color: #eceeef;
        padding-left: 10px;
        display: none;
    }

    .slide-container {
        width: auto;
        height: auto;
        position: unset;
    }

    div.pagemenuheader > h2.moduletitle a, div.pagemenuheader > h2.moduletitle a:link, div.pagemenuheader > h2.moduletitle a:hover, div.pagemenuheader > h2.moduletitle a:visited {
        line-height: normal;
        font-size: x-large;
    }

        div.pagemenuheader > h2.moduletitle, div.pagemenuheader > h2.moduletitle a:link, div.pagemenuheader > h2.moduletitle a:hover, div.pagemenuheader > h2.moduletitle a:visited {
            /*padding-bottom: 10px;
        padding-top: 10px;
        font-weight: 400;
        padding-left: 5px;*/
        }

    .module-content-title a:link,
    .module-content-title a:hover,
    .module-content-title a:visited,
    .module-content-title,
    .module-content-title a {
        font-size: 15px;
        color: #885f46;
        font-weight: 300;
    }
    /* Module inside Content Titles resized - kk */

    h3.module-content-title,
    h3.module-content-title a,
    h3.module-content-title a:link,
    h3.module-content-title a:visited,
    h3.module-content-title a:hover {
        font-size: 15px;
    }
    /* Module inside Content Titles resized - kk */

    h3.module-content-title-large,
    h3.module-content-title-large a,
    h3.module-content-title-large a:link,
    h3.module-content-title-large a:hover,
    h3.module-content-title-large a:visited {
        font-size: 150%;
        font-weight: lighter;
    }

    h3.module-content-title-medium,
    h3.module-content-title-medium a,
    h3.module-content-title-medium a:link,
    h3.module-content-title-medium a:hover,
    h3.module-content-title-medium a:visited {
        font-size: 133%;
        font-weight: lighter;
    }

    h4,
    h4 {
        font-size: 16px;
    }

    .bapshead {
        /*background-image: url("banner-bg.jpg");*/
        background-repeat: repeat-x;
        background-position: center top;
        text-align: center;
    }

    .alert-danger {
        background-color: #a94442;
        border-color: #a94442;
        color: white;
    }

    .alert {
        padding: 1rem 1.25rem;
        border: 0px solid transparent;
        border-radius: 0rem;
    }



    .center-rightandleftmargins,
    .center-rightandleftmargins_w {
        float: left;
        padding: 0px;
        /*max-width: 570px;*/
        max-width: 720px;
        width: 100%;
    }

    .rightside,
    .rightside_w, .leftside,
    .leftside_w {
        float: left;
        padding: 0px;
        /*max-width: 285px;*/
        max-width: 360px;
        width: 100%;
        border: 0px solid #e3e3e3;
    }

    .altcontent1 {
        margin: 0;
        padding: 0;
    }

    .altcontent2 {
        justify-content: center;
    }

    .center-nomargins, .center-nomargins_w { /*float:left;max-width:990px;width:100%;padding:5px;*/
    }

    .center-rightmargin {
        float: left;
        padding: 0px;
        /*max-width: 855px;*/
        max-width: 1080px;
        width: 100%;
    }

    .center-rightmargin_w {
        float: left;
        padding: 0px;
        /*max-width: 855px;*/
        max-width: 1080px;
        width: 100%;
    }

    .center-leftmargin {
        float: left;
        /*max-width: 848px;*/
        max-width: 1080px;
        width: 100%;
        padding: 0px;
    }

    .center-leftmargin_w {
        float: left;
        /*max-width: 848px;*/
        max-width: 1080px;
        width: 100%;
        padding: 0px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .container {
        width: 1440px;
        max-width: 100%;
    }

    .row {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        /*.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12*/
        position: relative;
        min-height: 1px;
        padding: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .row-centered {
        text-align: center;
    }

    .col-centered {
        display: inline-block;
        float: none;
        /* reset the text-align */
        text-align: left;
        /* inline-block space fix */
        margin-right: -4px;
    }


    .col-fixed {
        /* custom width */
        width: 320px;
    }

    .col-min {
        /* custom min width */
        min-width: 240px;
    }

    .col-max {
        /* custom max width */
        max-width: 320px;
    }

    .panelwrapper {
        /*padding-left: 5px;
    padding-right: 5px;*/
        margin-bottom: 5px;
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: -0px;
        margin-right: -0px;
    }

    .modulepnl {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 0px !important;
        padding-bottom: 5px !important;
        /*background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
        margin-left: 5px;
        margin-right: 5px;
        /*border-radius: 5px;*/
    }


    .modulecontent {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mgutter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .module {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
    }
    /* Furniture.
---------------------------------------- */

    .outer-wrap {
        max-width: 960px;
        padding: 0 15px;
        margin: auto;
    }

    /*.main {
    float: left;
    position: relative;
    width: 65%;
}*/

    .controls {
        direction: ltr;
        float: right;
        width: 32%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .controls .title {
            text-align: center;
            color: #FBF7E9;
            font-size: 16px;
            margin: 0 0 .4em;
        }

    .colophon {
        font-size: 90%;
    }
    /*.pubicon{

    max-width: 50%;
    width: 12%;
}*/


    /* .flex-container skinning
---------------------------------------- */

    .flex-container-style {
        /*border: 3px solid #C5C588;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #953E28;
    -webkit-box-shadow: -23px 66px rgba(0,0,0,.06) inset,-63px 49px rgba(0,0,0,.06) inset,17px -51px rgba(0,0,0,.06) inset,2px 5px rgba(0,0,0,.2);
    box-shadow: -23px 66px rgba(0,0,0,.06) inset,-63px 49px rgba(0,0,0,.06) inset,17px -51px rgba(0,0,0,.06) inset,2px 5px rgba(0,0,0,.2);*/
    }

    .flex-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }


    .flex-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: stretch;
        -webkit-justify-content: center;
        justify-content: center;
    }

    /*.flex-container {
    min-height: 350px;
    height: 350px;
    padding: 5px;
}

   .flex-container.fixed-height {
        height: 350px;
        min-height: 0;
        height: 0;
    }*/

    .flex-item {
        padding: 5px 10px;
        /*-webkit-border-radius: 7px;
    border-radius: 7px;
    background: #6F1F1F;
    -webkit-box-shadow: -2px -4px rgba(0,0,0,.2) inset;
    box-shadow: -2px -4px rgba(0,0,0,.2) inset;*/
    }

    .flex-container .flex-item {
        margin: 5px;
    }


    .flexbox {
        display: flex;
        margin-bottom: 2em;
        flex-wrap: wrap;
        height: auto;
    }

    .flexbox-stretch {
        align-content: stretch;
        justify-content: center;
    }

    .flexbox-flexstart {
        align-content: flex-start;
    }

    .flexbox-flexend {
        align-content: flex-end;
    }

    .flexbox-center {
        align-content: center;
        justify-content: center;
    }

    .flexbox-spacebetween {
        align-content: space-between;
    }

    .flexbox-spacearound {
        align-content: space-around;
    }
.item2, .item3, .item4, .item5, .item6 {
    background: #edeadb;
}
    .item2 {
        box-sizing: border-box;
        padding: .25em;
         
        max-width: 65.5%;
        margin: 0.25em;
    }

    .item3 {
        box-sizing: border-box;
        padding: .25em;
         
        max-width: 32.75%;
        margin: 0.25em;
    }

    .item4 {
        box-sizing: border-box;
        padding: .25em;
         
        max-width: 24.42%;
        margin: 0.25em;
    }

    .item5 {
        box-sizing: border-box;
        padding: .25em;
         
        max-width: 20%;
        margin: 0.25em;
    }

    .item6 {
        box-sizing: border-box;
        padding: .25em;
         
        max-width: 16%;
        margin: 0.25em;
    }

    .properties {
        width: 100%;
        /*font: 12px/2.2 "Courier New",Courier,monospace;
    color: #FBF7E9;
    display: table;
    line-height: 2.2;*/
    }

        .properties > li {
            display: table-row;
        }

            .properties > li > div {
                display: table-cell;
            }

        .properties .property {
            text-align: right;
            white-space: nowrap;
            width: 120px;
        }

            .properties .property:after {
                content: ": ";
            }

        .properties .values {
            padding-left: 6px;
        }

    .flex-item .properties .property {
        width: 107px;
    }

    .flex-item .properties select {
        width: auto;
        min-width: 110px;
        background-color: #874339;
    }

    .flex-items {
        counter-reset: li;
        margin: 0;
    }

        .flex-items > li {
            position: relative;
            margin-top: 10px;
        }

            .flex-items > li:before {
                content: counter(li);
                counter-increment: li;
            }

            .flex-container > .flex-item > .counter, .flex-items > li:before {
                color: #FBF7E9;
                font: bold 14px Lato,sans-serif;
                position: absolute;
                top: 8px;
                left: 8px;
                background: #938F67;
                -webkit-border-radius: 100px;
                border-radius: 100px;
                -webkit-box-shadow: 1px 1px 0 0 rgba(255,255,255,.5) inset,-1px -1px 0 1px rgba(0,0,0,.2) inset;
                box-shadow: 1px 1px 0 0 rgba(255,255,255,.5) inset,-1px -1px 0 1px rgba(0,0,0,.2) inset;
                text-shadow: 0 0 2px rgba(0,0,0,.8);
                width: 24px;
                line-height: 24px;
                text-align: center;
            }

    .flex-container > .flex-item {
        position: relative;
        padding: 10px;
    }

        .flex-container > .flex-item > span[contenteditable] {
            padding: 15px 25px;
            display: block;
        }

        .flex-container > .flex-item > span:hover,
        .flex-container > .flex-item > span:focus {
            background: #651C1C;
            -webkit-box-shadow: 1px 1px rgba(0,0,0,.2) inset,0 -1px rgba(255,255,255,.1) inset;
            box-shadow: 1px 1px rgba(0,0,0,.2) inset,0 -1px rgba(255,255,255,.1) inset;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            outline: none;
        }



    .page-header {
        margin: 10px 0;
        padding-bottom: 0;
    }

    .icon_box-red {
        background-color: red;
        border-radius: 7px;
        border-width: 0;
        padding: 5px;
    }

    .icon_box-lblue {
        background-color: lightblue;
        border-radius: 7px;
        border-width: 0;
        padding: 5px;
    }

    .contactus {
        list-style: none;
    }

    #calendar {
        max-width: 900px;
        margin: 0 auto;
    }

    a {
        color: #aa5900;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0.2px;
        line-height: 25px;
        text-decoration: none;
        word-spacing: 2px;
    }
/*.BAPSlink,.BAPSlink a:link {
    color: #aa5900;
}*/
        a:focus {
            outline: hidden;
            outline-offset: 0px;
        }

        a:hover,
        a:focus {
            color: #aa5900;
            text-decoration: none;
        }


.admin-text {
    color: #6b6b6b;
    font-size: medium;
    padding-top: 3px;
    padding-bottom: 3px;
    word-spacing: 1px;
    letter-spacing: 0.4px;
}
     #fcktext > p,
    .jumbotron p,
    span.fck_normal_text,
    div.fck_normal_text,
    p.span.fck_normal_text,
    .fck_small_text, 
    div.fck_normal_text p {
        font-size: 17px;
        font-weight: lighter;
        letter-spacing: 0.3px;
        line-height: 1.55;
        word-spacing: 3px;
        text-align: justify;
        margin-bottom: 15px;
        margin-top: 5px;
        padding-right: 5px;
        text-rendering: optimizelegibility;
    }

    div.fck-center, span.fck-center, p.fck-center, a.fck-center {
        font-size: 17px;
        font-weight: lighter;
        letter-spacing: 0.3px;
        line-height: 1.55;
        word-spacing: 3px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        text-rendering: optimizelegibility;
    }

    span.fck_dev_normal,
    div.fck_dev_normal,
    p.span.fck_dev_normal, div.fck_dev_normal p {
        font-size: 25px;
        letter-spacing: 0.2px;
        line-height: 1.4;
        word-spacing: 1.2px;
        text-align: justify;
        margin-bottom: 10px;
        margin-top: 5px;
        /*font-family: "Rasa";*/
        padding-right: 5px;
         
    }

    .fck_small_text {
        font-size: 14px;
        font-weight: lighter;
        letter-spacing: 0.3px;
        line-height: 1.55;
        word-spacing: 3px;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 5px;
        padding-right: 5px;
         
        text-rendering: optimizelegibility;
    }
h1.fck_guj_normal {
    font-size: 33px;
    font-weight: lighter;
    color: #b5090e;
    font-family: 'Rasa', serif;
}
 h2.fck_para_head, h2.english {
    font-size: 25px;
    font-weight: lighter;
    color: #b5090e;
    font-family: 'Open Sans', serif;
    padding-top:2px;
    padding-bottom:4px;
}
h2.gujarati, h2.gujarati a:link, h2>a.gujarati   {
    font-size: 25px;
    font-weight: lighter;
    color: #b5090e;
    /*font-family: 'Rasa', serif;*/
    padding-top:10px;
    padding-bottom:4px;
}

#fcktext>p.fck_guj_normal, span.fck_guj_normal,
div.fck_guj_normal,
p.fck_guj_normal,
.fck_guj_normal {
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 1px;
    /*font-family: 'Rasa', serif;*/
    text-align-last: left;
text-align: justify;
word-spacing: 3px;
letter-spacing: .7px;

}

div.gujarati_desc, .fck_normal_gujarati, .gujarati_desc {
    font-size: 16px;
    /*font-family: 'Rasa', serif;*/
    text-align-last: left;
 
    word-spacing: 3px;
    letter-spacing: .7px;
}

    div.description, span.description{
        color: #3c3c3c;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.26px;
        word-spacing: 1.5px;
        text-decoration: none;
        
        padding-bottom: 5px;
    }
.description a, .description a:link, .description a:hover, .description a:visited {
    color:#ab0404;
    font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.26px;
        word-spacing: 1.5px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
}
    div.dates, span.dates, .dates a, .dates a:link, .dates a:hover, .dates a:visited {
        color: #bf4a00;
        font-size: 13px;
        font-weight: 100;
        letter-spacing: 0.20px;
        word-spacing: 1.5px;
        text-decoration: none;
    }
    div.dates-location, span.dates-location{
    color: #bf4a00;
font-size: 14px;
font-weight: normal;
letter-spacing: 0.26px;
word-spacing: 1.5px;
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;}
    span.fck_normal_text a:link {
        color: blue;
    }

    #fcktext {
        margin: 0;
    }

    .small, small {
        font-size: 90%;
    }

    .htmlmodule {
        margin-left: 0px;
        margin-right: 0px;
    }
.module_content_title a:link, .module_content_title a, a.module_content_title, h3.content-title a, h3.content-title a:link, div.content-title a, div.content-title a:link  {
    font-weight: normal;
}
    img a:link {
        border: 0;
        font-size: 0px;
    }
        .text-left,
    .text-left a,
    .text-left a:link {
        text-align: left;
    }

    .text-right,
    .text-right a,
    .text-right a:link,
    .text-right:hover,
    .text-right a:visited {
        text-align: right;
    }

    .text-center,
    .text-center a,
    .text-center a:link {
        text-align: center;
    }

    .text-white,
    .text-white a,
    a.text-white,
    .text-white a:link,
    .text-white a:hover,
    .text-white a:visited {
        color: #fff;
    }

    .text-orange {
        color: Orange;
    }

    .text-small {
        font-size: 12px;
    }

    .text-medium {
        font-size: medium;
    }

    .text-large {
        font-size: large;
    }

    .text-larger {
        font-size: larger;
    }

    .text-xlarge {
        font-size: x-large;
    }

    .text-xxlarge {
        font-size: xx-large;
    }

    .text-smaller, text-smaller a, text-smaller a:link {
        font-size: smaller;
    }

    .glyphicon {
        font-family: "open Sans";
    }
.text-bold {
    font-weight: bold;
}
    ul {
        list-style-type: none;
        list-style-image: url("");
        list-style-position: outside;
    }

    li, ul {
        padding: 0px;
        margin: 0px;
    }

    .media-heading a, .media-heading a:link, .media-heading a:visited, .media-heading a:hover {
        display: block;
        font-weight: lighter;
        letter-spacing: 0.3px;
        line-height: 18px;
    }

    .media {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0;
        background-color: transparent;
    }

        .media li:last-child {
            border-bottom: 0;
        }

    .well {
        background-color: #fff;
        border-bottom: 1px solid #c4a471;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        margin-bottom: 0px;
        margin-top: 0;
        min-height: 20px;
        padding: 3px;
        border-radius: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.00) inset;
    }

        .well li:hover {
            background-color: #f5f5f5;
            display: block;
        }

    .item-img-wrap {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .item-img-overlay {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .item-img-overlay span {
            background: rgba(79, 130, 233, 0.7) url("../img/plus.png") no-repeat scroll center center;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            transition: opacity 250ms linear 0s;
            width: 100%;
        }

    .item-img-wrap img {
        transition: all 200ms linear 0s;
        width: 100%;
    }

    .blog-post {
        border-bottom: 1px dashed #e5e5e5;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .pagination > #plhAlphalist {
    }

        .pagination > #plhAlphalist > a, .pagination > li > a, .pagination > li > span {
            font-size: inherit;
        }
        .page-link {
    color: #782d10;
    background-color: #d0b387;
    border: 1px solid #a79171;
}
        .page-link:active {
    color: #782d10;
    background-color: white;
    border: 1px solid #a79171;
}
    .pagination > li > span {
        color: #aaa;
        background-color: #c9c9c9;
    }

    .pagination {
        display: flex;
        padding-left: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 0.25rem;
    }

    span.SelectedPage {
        /*z-index: 2;
    color: #fff;
    background-color: #b45515;
    border-color: #8a5b3b;
    border: 1px solid #ddd;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;*/
        z-index: 2;
        color: #fff;
        background-color: #bcbcbc;
        border-color: #8a5b3b;
        border: 1px solid #ddd;
        font-size: initial;
        text-align: center;
        border-radius: 3px;
        width: 30px;
        display: table;
        height: 30px;
        padding: 2px;
    }

    .page-item.disabled .page-link {
        color: #636c72;
        pointer-events: none;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

    .page-item:first-child .page-link {
        margin-left: 0;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem;
    }
a.page-link {
    text-transform: uppercase;
}
    .ModulePager, a.ModulePager { /*page-link*/
        /*position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:3px;
        padding: 4px;*/
        height: 30px;
        color: #0275d8;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        width: 30px;
        text-align: center;
    }

    .PageInfo {
        align-self: center;
    }

    .thumbnail {
        background-color: transparent;
        padding: 5px;
    }

    div.img-responsive img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .img-thumbnail {
        background-color: white;
        border: 1px solid #cecece;
        display: inline-block;
        height: auto;
        line-height: 1.42857;
        max-width: 100%;
        transition: all 0.2s ease-in-out 0s;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    }

    .thumbg_size_b img {
        /*width: 190px;
display: inline-flex;
align-items: flex-end;*/
        max-height: 20%;
        height: 140px;
    }
.mandir_home img {
    max-height: 20%;
        height: 100px;
}

    .dailysatsanghome img {
        max-height: 240px;
        height: 100%;
    }

    .owlslider_imgsize {
        max-height: 40%;
        height: 600px;
    }

    .media-left, .media > .pull-left {
        margin-right: 10px;
        padding-right: 0;
    }

    .video-popup {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        padding: 0 1.5em 1em;
        border-radius: 5px;
        max-width: 500px;
    }

    .bg_lightgray {
        background-color: #f9f9f9;
    }

    .collapse.show {
        display: block;
    }


    .paddingTBL5 {
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .paddingTBL10 {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .paddingLRB10 {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .paddingLR5 {
        padding-right: 5px;
        padding-left: 5px;
    }
     .paddingTB5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
         .paddingTB10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .paddingLR10 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .paddingtop0 {
        padding-top: 0;
    }

    .padding3 {
        padding: 3px;
    }

    .padding5 {
        padding: 5px;
    }

    .padding10 {
        padding: 10px;
    }

    .padding15 {
        padding: 15px;
    }

    .padding20 {
        padding: 20px;
    }

    .paddingleft0 {
        padding-left: 0px;
    }

    .paddinglr5 {
    }
    /*.navbar-light .navbar-nav .nav-link {
    padding-left: 0;
}*/
    .paddingleft2 {
        padding-left: 2px;
    }
    .paddingleft5 {
        padding-left: 5px;
    }

    .paddingleft10 {
        padding-left: 10px;
    }

    .paddingleft15 {
        padding-left: 15px;
    }

    .paddingleft20 {
        padding-left: 20px;
    }

    .paddingright5 {
        padding-right: 5px;
    }

    .paddingright10 {
        padding-right: 10px;
    }

    .paddingright15 {
        padding-right: 15px;
    }

    .paddingright20 {
        padding-right: 20px;
    }

    .paddingleftright5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .paddingleftright10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .paddingtopbottom10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .paddingtopbottom5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }


    .margintop0 {
        margin-top: 0;
    }

    .paddingtop5 {
        padding-top: 5px;
    }

    .paddingtop10 {
        padding-top: 10px;
    }

    .paddingtop15 {
        padding-top: 15px;
    }

    .paddingtop20 {
        padding-top: 20px;
    }

    .paddingbottom5 {
        padding-bottom: 5px;
    }

    .paddingbottom10 {
        padding-bottom: 10px;
    }

    .paddingbottom15 {
        padding-bottom: 15px;
    }

    .paddingbottom20 {
        padding-bottom: 20px;
    }

    .marginbottom0 {
        margin-bottom: 0;
    }

    .marginbottom25 {
        margin-bottom: 25px;
    }
    .margintop4 {
     margin-top: 4px;
    }
    .margintop6 {
     margin-top: 6px;
    }
    .margintop6 {
     margin-top: 6px;
    }
    .margintop8 {
     margin-top: 8px;
    }
    .margin5 {
        margin: 5px;
    }

    .margin10 {
        margin: 10px;
    }

    .margin15 {
        margin: 15px;
    }

    .margin20 {
        margin: 20px;
    }

    .margin25 {
        margin: 25px;
    }

    .marginleft5 {
        margin-left: 5px;
    }

    .marginleft10 {
        margin-left: 10px;
    }

    .marginleft12 {
        margin-left: 12px;
    }

    .marginleft15 {
        margin-left: 15px;
    }

    .marginleft20 {
        margin-left: 20px;
    }

    .marginright5 {
        margin-right: 5px;
    }

    .marginright10 {
        margin-right: 10px;
    }

    .marginright15 {
        margin-right: 15px;
    }

    .marginright20 {
        margin-right: 20px;
    }

    .margintop0 {
        margin-top: 0;
    }

    .margintop5 {
        margin-top: 5px;
    }

    .margintop-5 {
        margin-top: -5px;
    }

    .margintop10 {
        margin-top: 10px;
    }

    .margintop15 {
        margin-top: 15px;
    }

    .margintop20 {
        margin-top: 20px;
    }

    .margintop25 {
        margin-top: 25px;
    }

    .margintop30 {
        margin-top: 30px;
    }

    .marginbottom0 {
        margin-bottom: 0;
    }

    .marginbottom3 {
        margin-bottom: 3px;
    }

    .marginbottom5 {
        margin-bottom: 5px;
    }

    .marginbottom10 {
        margin-bottom: 10px;
    }

    .marginbottom15 {
        margin-bottom: 15px;
    }

    .marginbottom20 {
        margin-bottom: 20px;
    }

    .margintopbottom5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .margintopbottom10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .margintopbottom15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .margintopbottom20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .margincenter {
        margin-left: 50%;
        margin-right: -50%;
    }

    .marginauto {
        margin: auto;
    }
.marginLR5 {
    margin-left:5px;
    margin-right:5px;
}
.marginLR10 {
    margin-left:10px;
    margin-right:10px;
}
.marginLR15 {
    margin-left:15px;
    margin-right:15px;
}
.marginTB0 {
    margin-top: 0;
    margin-bottom: 0;
}
 .marginTB5 {
    margin-top:5px;
    margin-bottom:5px;
}
.marginTB10 {
    margin-top:10px;
    margin-bottom:10px;
}
.marginTB15 {
    margin-top:15px;
    margin-bottom:15px;
}
 .marginRTB5 {
     margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;
}
.marginRTB10 {
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
}
.marginRTB15 {
    margin-right:15px;
    margin-top:15px;
    margin-bottom:15px;
}
    .marginautotopbottom {
        margin-top: auto;
        margin-bottom: auto;
    }

    .margintopautobottomzero {
        margin-top: auto;
        margin-bottom: 0;
    }

    .heightauto {
        height: auto;
    }

    .nomargin {
        margin: 0;
    }

    .nopadding {
        padding: 0;
    }

    .noborder {
        border: 0;
    }

    .no-li-style {
        list-style: none;
    }

    .noshadow {
        box-shadow: 0 0 0;
    }

    .nobbs {
        border: 0;
        box-shadow: none;
        background-color: transparent;
    }

    .nobgcolor {
        background-color: transparent;
    }

    .blackbg {
        background-color: black;
    }

    .lightbluebg {
        background-color: #e5f0ff;
    }

    .lightyellowbg {
        background-color: #ffffe5;
    }

    .lightgreenbg {
        background-color: #f2ffe5;
    }

    .lightorangebg {
        background-color: #ffe6ce;
    }

    .whitebg {
        background-color: #ffffff;
        width:99.9%;
    }
    .slider_whitebg {
    background-color: white;
    padding-bottom: 5px;
    padding-top: 5px;
}
    .module_color_lgray {
        /*background-color: #f0d1a;
    border: 1px solid #d0b387;*/
    }

    .border1 {
        border: 1px solid #d0b387;
    }

    .border11 {
        border: 1px solid #edcb9d;
    }

    .borderbottom {
        border-bottom: 1px solid #e4d2c3;
    }
.borderbottomlight {
       border-bottom: 1px solid #e7dbd1;
    }
    .borderbottom2 {
        border-bottom: 2px solid #d0b387;
    }

    .borderbottomcolor {
        border-bottom: 1px solid #b45515;
    }

    .bordertop {
        border-top: 1px solid #ebeaea;
    }

    .borderleft {
        border-left: 1px solid #ebeaea;
    }

    .borderright {
        border-right: 1px solid #ebeaea;
    }

    .slide_panel {
        display: none;
    }

    .slide {
        background-color: transparent;
    }

    .post-detail {
        /* for news date time and location */
        border-bottom: 1px solid #ebeaea;
        border-top: 1px solid #ebeaea;
        color: #808080;
        font-size: 15px;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 5px;
        padding: 5px;
    }

    .float-right {
        float: right;
    }

    .float-left {
        float: left;
    }

    .gly_caption_ht {
        min-height: 75px;
    }

    .align-end {
        align-self: end;
    }

    .align-bottom {
        align-self: flex-end;
    }

    .align-center {
        align-self: center;
    }

    #xml1, #xml1 > ul > li > a:link {
        color: #444444;
    }

    .floarnone {
        float: none;
    }

    .displayblock {
        display: block;
    }

    .displayinlineblock {
        display: inline-block;
    }

    .displayflex {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-direction: row; /* Safari */
        flex-direction: row;
    }

    .display-inline-flex {
        display: inline-flex;
    }

    .align-content-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .displaynone {
        display: none;
    }

    .vertical_thumb img {
        width: 160px;
    }

    .vertical_full img {
        width: 100%;
    }

    .horizontal img {
        max-width: 100%;
    }

    .widget, article {
        background: #fff none repeat scroll 0 0;
    }

    article {
        background: #fff none repeat scroll 0 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        width: 100%;
    }

    .blogmeta-bar {
        background: #f9f9f9 none repeat scroll 0 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.035);
        border-top: 1px solid rgba(0, 0, 0, 0.035);
        clear: both;
        padding: 7px 5px;
    }

    .meta-bar {
        font-size: 12px;
        margin: 0 1.3%;
        padding-top: 2px;
    }

    .blog-title, .blog-title a {
        display: block;
        padding-top: 10px;
        text-shadow: 1px 1px 1px #ddd;
        transition: all 0.3s ease-out 0s;
    }

    h3.blog-title, h3.blog-title a {
        font-size: 32px;
    }
 


    /* ---------------------------------------------------------------------------------------------------------------------------------------------  
    Start Css                    ---------     THUMBNAIL MOUSE HOVER TO VIEW TEXT CAPTION OR TITLE     --------------  
--------------------------------------------------------------------------------------------------------------------------------------------- */
    .bx-wrapper {
        margin: 0 auto 10px;
        padding: 0;
        position: relative;
    }

    .thumb_hover {
        position: relative;
        overflow: hidden;
    }

    .caption_thumb {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(66, 139, 202, 0.75);
        width: 100%;
        height: 100%;
        padding: 2%;
        display: none;
        text-align: center;
        color: #fff !important;
        z-index: 2;
    }
    /* ---------------------------------------------------------------------------------------------------------------------------------------------  
                                       ---------     Custom Module CSS     --------------  
--------------------------------------------------------------------------------------------------------------------------------------------- */

    .Thumb_Title_Location,
    .Essays-list,
    .list-inline,
    .list-inline_vertical,
    .thumb_all_list,
    .pastvicharan_thumbtitle,
    .list_thumbnail,
    .thmb_title_des1,
    .thmb_title_des4,
    .thmb_title_des7,
    .thmb_title_des8,
    .thmb_title_nodes0,
    .thmb_title_des5,
    .thmb_title_des2,
    .thmb_title_nodes3,
    .ITD_pastvicharan,
    .ThumbTitle, admin-inine {
        /* -------------------------------No bulletes on listing */
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }
.admin-inline {
    padding: 5px;
    display: block;
border-bottom: 1px dotted lightgray;
}
    .TitleOnly-styled {
        list-style: outside;
    }

    /*.clearfix {
        margin-bottom: 0;
    }*/

    .list-inline_vertical > li,
    thumb_all_list > li,
    .thmb_title_des1 > li {
        display: block;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .list-inline > li {
        display: inline-flex;
        padding-bottom: 2px;
        padding-right: 8px;
        padding-top: 2px;
        padding-left: 0;
    }

    .link_list a,
    .link_list a:link,
    .link_list a:hover,
    .link_list a:visited,
    .list-inline_vertical a,
    .list-inline_vertical a:link,
    .list-inline_vertical a:hover,
    .list-inline_vertical a:visited {
        color: #885f46;
        text-align: left;
        text-decoration: none;
        display: block;
        padding-right: 5px;
    }

    .list-inlinebox,
    .list-inlinebox a,
    .list-inlinebox a:link,
    .list-inlinebox a:hover,
    .list-inlinebox a:visited {
        background-color: #e4e4e4;
        border: 1px solid #d1d1d1;
        margin: 5px;
        padding: 5px;
        text-align: center;
    }

    .title_box {
        background-color: #f7e4af;
        border: 1px solid #c9a646;
        padding: 5px;
    }

    .list_thumbnail li {
        width: 100%;
    }

    .list_thumbnail,
    .thumbtitle {
        margin: 0;
        list-style: outside none none;
    }

        .list_thumbnail li,
        .thumbtitle li {
            min-height: 1px;
            padding-left: 0;
            padding-right: 0;
            position: relative;
            float: left;
        }

    .list-inline_vertical,
    .link_list li {
        display: block;
    }

        .list-inline_vertical .moduletitle,
        .whatsnew .moduletitle {
            text-align: left;
        }

    [class^='anyname'] {
        float: left;
        min-height: 200px;
        background: red;
        border: 1px solid black;
    }

    .dailysatsang_section {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        background-attachment: fixed !important;
    }
    /* --------  End Home page -  CSS  ------------*/

    .photo_maxheight150 {
        max-height: 100%;
    }

    #myContent {
        width: 100%;
        position: relative;
    }

        #myContent li {
            width: 200px;
        }

    #container {
        width: 100%;
    }

    label {
        font-weight: normal;
        font-size: larger;
    }

    .btn-default {
        background-color: #e9e9e9;
        border-color: #ccc;
        color: #333;
    }
    .btn-baps1 {
    color: #fff;
    background-color: #b45515;
    border-color: #b45515;
}
    .btn-baps1:hover {
    color: #fff;
    background-color: #d56a00;
    border-color: #d56a00;
}
    .container .altcontent1 .new {
        width: 100%;
    }
    /*
 * Caption component
 */

    .caption {
        position: relative;
        overflow: hidden;
        /* Only the -webkit- prefix is required these days */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

        .caption::before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: transparent;
            transition: background .35s ease-out;
        }

        .caption:hover::before {
            background: rgba(0, 0, 0, .5);
            color:#ffffff;
        }

    .caption__media {
        display: block;
        min-width: 100%;
        max-width: 100%;
        height: auto;
    }

    .caption__overlay {
        position: absolute;
        top: 90;
        right: 0;
        bottom: 0;
        left: 0;
        /*padding: 10px;*/
        color: white;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: -webkit-transform .35s ease-out;
        transition: transform .35s ease-out;
    }

    .caption:hover .caption__overlay {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .caption__overlay__title {
        -webkit-transform: translateY( -webkit-calc(100% - 10px) );
        transform: translateY( calc(-100% - 50px) );
        transition: -webkit-transform .35s ease-out;
        transition: transform .35s ease-out;
        background-color: #333;
        padding: 10px;
        color: #fff;
    }

    .caption:hover .caption__overlay__title {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar-light .navbar-brand, .navbar-light .navbar-toggler {
        font-size: initial;
    }

    /* ---------------------------------------------------------------------------------------------------------------------------------------------  
      End  CSS                ---------     PANEL ROW CSS     --------------  
--------------------------------------------------------------------------------------------------------------------------------------------- */
    .gotop {
        display: none;
        height: 25px;
        position: fixed;
        right: 0;
        bottom: 35px;
        width: 65px;
        z-index: 1600;
        padding: 10px;
    }

    .card-block, .card-header {
        padding-top: .10rem;
        padding-bottom: .50rem;
        padding-right: .50rem;
        padding-left: .50rem;
    }

    .card-footer {
        padding: 0.50rem 0.50rem;
    }

    .card-deck {
        border-spacing: .50rem 0;
    }

    .card-group {
        flex-flow: row wrap;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    }

    .panel {
        width: 100%;
        margin-bottom: 0;
    }

    .panel-body {
        padding: 10px;
    }

    .panel-heading {
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 5px 10px;
    }

    .panelrow, .card {
        /*display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: strach;*/
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flexbox;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .justify-content-space-around {
        justify-content: space-around;
    }

    .panel {
        margin-bottom: 0px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

    .panel-heading {
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 5px 10px;
    }

    .panel-default {
        border-color: #ddd;
    }

    /*.panel-col-sm-12,.panel-col-md-12, .panel-col-lg-12, .panel-col-xl-12 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    width: 100%;
    padding: 5px;
}

.panel-col-sm-6,.panel-col-md-6, .panel-col-lg-6, .panel-col-xl-6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    width: 50%;
    padding: 5px;
}

.panel-col-sm-4,.panel-col-md-4, .panel-col-lg-4, .panel-col-xl-4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    width: 33.33333333%;
    padding: 5px;
}

.panel-col-sm-3,.panel-col-md-3, .panel-col-lg-3, .panel-col-xl-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    width: 25%;
    padding: 5px;
}

.panel-col-sm-2,.panel-col-md-2, .panel-col-lg-2, .panel-col-xl-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    width: 16.6667%;
    padding: 5px;
}
.panel-col-xl-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    width: 16.6667%;
    padding: 5px;
}*/


    .panel-col-xs-12, .panel-col-sm-12, .panel-col-md-12, .panel-col-lg-12, .panel-col-xl-12,
    .panel-col-xs-11, .panel-col-sm-11, .panel-col-md-11, .panel-col-lg-11, .panel-col-xl-11,
    .panel-col-xs-10, .panel-col-sm-10, .panel-col-md-10, .panel-col-lg-10, .panel-col-xl-10,
    .panel-col-xs-9, .panel-col-sm-9, .panel-col-md-9, .panel-col-lg-9, .panel-col-xl-9,
    .panel-col-xs-8, .panel-col-sm-8, .panel-col-md-8, .panel-col-lg-8, .panel-col-xl-8,
    .panel-col-xs-7, .panel-col-sm-7, .panel-col-md-7, .panel-col-lg-7, .panel-col-xl-7,
    .panel-col-xs-6, .panel-col-sm-6, .panel-col-md-6, .panel-col-lg-6, .panel-col-xl-6,
    .panel-col-xs-5, .panel-col-sm-5, .panel-col-md-5, .panel-col-lg-5, .panel-col-xl-5,
    .panel-col-xs-4, .panel-col-sm-4, .panel-col-md-4, .panel-col-lg-4, .panel-col-xl-4,
    .panel-col-xs-3, .panel-col-sm-3, .panel-col-md-3, .panel-col-lg-3, .panel-col-xl-3,
    .panel-col-xs-2, .panel-col-sm-2, .panel-col-md-2, .panel-col-lg-2, .panel-col-xl-2,
    .panel-col-xs-1, .panel-col-sm-1, .panel-col-md-1, .panel-col-lg-1, .panel-col-xl-1 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flexbox;
    }

    .panel-col-xs-1, .panel-col-xs-2, .panel-col-xs-3, .panel-col-xs-4, .panel-col-xs-5, .panel-col-xs-6, .panel-col-xs-7, .panel-col-xs-8, .panel-col-xs-9, .panel-col-xs-10, .panel-col-xs-11, .panel-col-xs-12 {
        float: left;
    }

    .panel-col-xs-12, .panel-col-sm-12, .panel-col-md-12, .panel-col-lg-12, .panel-col-xl-12 {
        width: 100%;
    }

    .panel-col-xs-11, .panel-col-sm-11, .panel-col-md-11, .panel-col-lg-11, .panel-col-xl-11 {
        width: 91.66666667%;
    }

    .panel-col-xs-10, .panel-col-sm-10, .panel-col-md-10, .panel-col-lg-10, .panel-col-xl-10 {
        width: 83.33333333%;
    }

    .panel-col-xs-9, .panel-col-sm-9, .panel-col-md-9, .panel-col-lg-9, .panel-col-xl-9 {
        width: 75%;
    }

    .panel-col-xs-8, .panel-col-sm-8, .panel-col-md-8, .panel-col-lg-8, .panel-col-xl-8 {
        width: 66.66666667%;
    }

    .panel-col-xs-7, .panel-col-sm-7, .panel-col-md-7, .panel-col-lg-7, .panel-col-xl-7 {
        width: 58.33333333%;
    }

    .panel-col-xs-6, .panel-col-sm-6, .panel-col-md-6, .panel-col-lg-6, .panel-col-xl-6 {
        width: 50%;
    }

    .panel-col-xs-5, .panel-col-sm-5, .panel-col-md-5, .panel-col-lg-5, .panel-col-xl-5 {
        width: 41.66666667%;
    }

    .panel-col-xs-4, .panel-col-sm-4, .panel-col-md-4, .panel-col-lg-4, .panel-col-xl-4 {
        width: 33.33333333%;
    }

    .panel-col-xs-3, .panel-col-sm-3, .panel-col-md-3, .panel-col-lg-3, .panel-col-xl-3 {
        width: 25%;
    }

    .panel-col-xs-2, .panel-col-sm-2, .panel-col-md-2, .panel-col-lg-2, .panel-col-xl-2 {
        width: 16.66666667%;
    }

    .panel-col-xs-1, .panel-col-sm-1, .panel-col-md-1, .panel-col-lg-1, .panel-col-xl-1 {
        width: 8.33333333%;
    }




    /* ---------------------------------------------------------------------------------------------------------------------------------------------  
                                       END ---     Panle Media     --------------  
--------------------------------------------------------------------------------------------------------------------------------------------- */

    /*-------------------------------------------------------Thumb slider CSS -------------------------------*/
    .searchpanel {
        margin-top: 4px;
        margin-left: 15px;
    }

    li > form-control > searchpanel > input {
        display: block;
        width: 100%;
        padding: .5rem .75rem;
        font-size: 1rem;
        line-height: 1.25;
        color: #464a4c;
        background-color: #fff;
        background-image: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    }

    .demo .item {
        margin-bottom: 60px;
    }

    .content-slider li {
        background-color: #e3e3ee;
        text-align: center;
        color: #FFF;
    }

    .content-slider h3 {
        margin: 0;
        padding: 70px 0;
    }

    .demo {
        width: 1170px;
    }

    .navbar-nav .nav-item {
        float: none;
        margin-left: 1rem;
    }

    .row-flex {
        -webkit-flex-direction: row; /* Safari */
        flex-direction: row;
        flex: 1 1 0;
        /*//min-width: min-content;*/
        padding: $grid-gutter/2;
        background: $lightbg;
        margin: $grid-gutter/2;
    }

    .center-nomar-gins_w {
        display: flex;
        flex-basis: 100%;
        flex-flow: row wrap;
    }

    .col {
    }
    /*-------------------------------------------------------Thumb slider CSS -------------------------------*/

    /* --------Overide Form CSS  ------------*/

    label {
        display: inline-block;
        font-weight: 300;
        margin-bottom: 5px;
        max-width: 100%;
    }

    .col-form-label, .prolabel, .settinglabel {
        font-size: 15px;
        padding-top: calc(.5rem - 1px * 2);
        padding-bottom: calc(.5rem - 1px * 2);
        margin-bottom: 0;
    }

    .prolabel, span.settinglabel {
        width: 16.666667%;
        float: left;
        /*text-transform: uppercase;*/
        color: brown;
    }

    .form_row_container, .settingrow {
        margin-bottom: 1rem;
        clear: both;
        display: flex;
    }

    .forminput, input[type="text"] {
        /*display: block;*/
        width: 70%;
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        line-height: 1.25;
        color: #55595c;
        background-color: #fff;
        background-image: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }

    .forminput, input[type="checkbox"] {
        width: 10%;
        float: left;
    }

    span.form-check-in, input[type="checkbox"], input[type="checkbox"] {
        text-align: left;
    }

    span.forminput, input[type="checkbox"] {
        border: 0;
    }

    div > .form_row_container > select {
        width: auto;
        float: left;
        height: calc(2.5rem - 2px);
        display: block;
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
        line-height: 1.25;
        color: #55595c;
        background-color: #fff;
        background-image: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }

    .button_form, input[type="button"] {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        border-radius: 0.2rem;
    }

        .button_form:focus, .button_form.focus {
            color: #fff;
            background-color: #025aa5;
            border-color: #01549b;
        }

        .button_form:focus, .button_form.focus {
            color: #fff;
            background-color: #025aa5;
            border-color: #01549b;
        }

        .button_form.focus, .button_form:focus {
            -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5);
            box-shadow: 0 0 0 2px rgba(2,117,216,.5);
        }
div > span > span > input.reqsave { width:auto;
}
fieldset>div>div>span>.col-sm-2.col-form-lable {float: left;
width: 16.666667%;
}
    .select:focus {
        color: #55595c;
        background-color: #fff;
        border-color: #66afe9;
        outline: none;
    }
div.form-group.row {
    margin-top: 2px;
    margin-bottom: 2px;
}
    textarea.form-control {padding:4px; font-size:small;}
    /* ---------------END------Overide Form CSS  ------------*/


    .lable > span {
        font-weight: 300;
        font-size: 120%;
        padding-right: 15px;
        display: inline-block;
    }

    .formcontrol10 {
        width: 10%;
        position: relative;
        display: inline-block;
    }

    .formcontrol15 {
        width: 15%;
        position: relative;
        display: inline-block;
    }

    .formcontrol25 {
        width: 25%;
        position: relative;
        display: inline-block;
    }

    .formcontrol35 {
        width: 35%;
        position: relative;
        display: inline-block;
    }

    .formcontrol45 {
        width: 45%;
        position: relative;
        display: inline-block;
    }

    .formcontrol50 {
        width: 50%;
        position: relative;
        display: inline-block;
    }

    .mhelp {
        float: right;
    }

    .formcontrol75 {
        width: 75%;
        position: relative;
        display: inline-block;
    }

    .form-check-input {
        position: inherit;
        margin-top: .25rem;
        margin-left: 1rem;
    }

    .yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
        border: 1px solid #cecece;
        border-top-color: rgb(206, 206, 206);
        border-top-color: #cf7116;
        padding: .25em .5em;
    }

    .yui-skin-sam .yui-navset .yui-content {
        background: #fff;
    }

    #RememberMe, input[type="checkbox"] {
        margin: 5px;
    }

    .borderbottomform {
        border-bottom: 1px solid #d8d8d8;
    }

    .f_align {
        align-items: center;
        padding-top: 10px;
    }

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: middle;
        border-top: 1px solid #eceeef;
        font-size: larger;
    }

    span .form-check-input:only-child {
        position: static;
    }

    span .form-check-input {
        position: absolute;
        margin-top: .25rem;
        margin-left: -1.25rem;
    }

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: content-box;
        padding: 0;
    }

    fieldset {
        border: 1px solid #d9d9d9;
        margin: auto;
        padding: 10px;
        width: 100%;
    }

    legend {
        align-self: center;
        width: auto;
    }

    AspNet-DataList-Item.a {
        font-size: 12px;
        padding-right: 5px;
    }

    .flex-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .flex-item {
        -webkit-flex: 5 0 auto;
        flex: 5 0 auto;
    }

    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }

        .flex-row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        .flex-row .thumbnail,
        .flex-row .caption {
            flex-direction: column;
            display: flex;
            flex: 1 0 auto;
            height: auto;
            position: relative;
        }

    .flex-text {
        flex-grow: 1;
    }

    .flex-row img {
        min-width: 0;
        width: 100%;
    }
    /*::::::::::::::::::::::: All Pages Side nav push navigation   :::::::::::::::::::::::::::::*/
    .mainmenu-but {
        padding: 0px;
        margin: 0px;
        position: fixed;
        left: 0;
        top: 50%;
        width: auto;
        z-index: 1100;
        color: #d7460d;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 2px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 2px 1px 1px rgba(0,0,0,0.2);
    }

    .menu-but {
        background-color: #e9e9e9;
        border-color: #ccc;
        color: #333;
    }
    /* The side navigation menu */
    .about-but {
        /*padding: 0px;*/
        margin: 0px;
        position: fixed;
        left: 0;
        top: 50%;
        width: auto;
        z-index: 1100;
        color: #d7460d;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 2px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 2px 1px 1px rgba(0,0,0,0.2);
    }

    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 11111; /* Stay on top */
        top: 0;
        left: 0;
        background-color: #eceeef; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 10px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
        box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }

        /* The navigation menu links */
        .sidenav a {
            padding: 2px 2px 5px 2px; /*8px 8px 8px 32px;*/
            text-decoration: none;
            /*font-size: 25px;*/
            color: #818181;
            display: block;
            transition: 0.3s;
            margin-bottom: 2px;
        }

            /* When you mouse over the navigation links, change their color */
            .sidenav a:hover, .offcanvas a:focus {
                color: #f1f1f1;
            }

        /* Position and style the close button (top right corner) */
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
a.sitelink, h2.moduletitle > a.ModuleEditLink, .ModuleEditLink,  h2.moduletitle.text-center > a.ModuleEditLink {
    color: #1985ef;
    font-weight:bolder;
    content:"f0fe";
}
    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }

    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }

        .navbar-brand {
            font-size: 15px;
            font-weight: normal;
            padding-left: 7px;
        }
    }
    /*::::::::::::::::::::::: E N D   :::::::::::::::::::::::::::::*/

		.socialnav {
			/*position: fixed;
			top: 40%;
			width: 57px !important;
			z-index: 1500;*/
			     position: fixed;
    bottom: 30%;
    width: 60px !important;
    z-index: 1500;
    left: -1px;
		}

			.socialnav a {
				/*transition: 0.3s;*/
			}

		.socialmedia {
			transform: translateX(-100%);
			transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			visibility: hidden;
			background-color: white;
			padding-top: 10px;
			padding-bottom: 10px;
			border-radius: 5px;
			border-top: 1px solid #c8c8cc;
			border-bottom: 1px solid #c8c8cc;
			border-right: 1px solid #c8c8cc;
			z-index: 10;
            padding-left: 3px;
		}

		.media-active {
			transform: translateX(0px);
			visibility: visible;
		}

		.iconclosebtn {
			cursor: pointer;
			position: relative;
			top: 5px;
			font-size: 30px;
			left: 10px;
		}

		.openbtn {
			position: relative;
			top: -40px;
			left: 0px;
			font-size: 30px;
			margin-left: 0px;
			transition: 0.3s;
		}

		.admin-container {
			position: fixed;
			padding: 10px;
			z-index: 1111;
			/*! display: grid; */ right: 0;
			width: 100%; /*background-color: #ffee91;
					*/
		}

		/*.admin-nav {
			position: initial;
			bottom: 40px;
			z-index: 1500;
		}

		.admindata {
			transform: translateY(100%);
			transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			visibility: hidden;
			background-color: white;
			padding-top: 10px;
			padding-bottom: 10px;
			border-radius: 5px;
			border-top: 1px solid #c8c8cc;
			border-bottom: 1px solid #c8c8cc;
			border-right: 1px solid #c8c8cc;
			z-index: 10;
			display: grid;
		}*/
           	.adminnav {
    		position: fixed;
    		top: 20%;
            right:-200px;
    		width: 200px !important;
    		z-index: 1500;
    	}

    	.adminmedia {
    		transform: translateX(0%);
    		transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    		visibility: hidden;
    		background-color: white;
    		padding-top: 10px;
    		padding-bottom: 10px;
    		border-radius: 5px;
    		border-top: 1px solid #c8c8cc;
    		border-bottom: 1px solid #c8c8cc;
    		border-right: 1px solid #c8c8cc;
    		z-index: 10;
    	}

    	.admin-active {
    		transform: translateX(-200px);
    		visibility: visible;
    	}

    	.iconclosebtn {
    		cursor: pointer;
    		position: relative;
    		top: 5px;
    		font-size: 30px;
    		left: 10px;
    	}
		.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	 
}
    	
		.panel-active {
			transform: translateY(0px);
			visibility: visible;
		}

		.open-panel-btn {
			position: fixed;
			bottom: -2px;
			left: 50%;
			font-size: 30px;
			margin-left: 0px;
			transition: 0.3s;
			background-color: white;
			padding: 5px;
			border-radius: 5px;
		}

		.panel-close {
			transform: translateY(100%);
			transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			visibility: hidden;
		}

		.close-ob {
			transform: translateX(100%);
			transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			visibility: visible;
		}

		/*.close-admin {
			transform: translateX(100%);
			transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			visibility: visible;
			font-size: 25px;
			padding: 10px;
		}

		.adminnav {
			position: fixed;
			top: 31%;
			width: 200px !important;
			z-index: 1500;
			right: 0;
		}

		



		.admin-active {
			transform: translateX(0px);
			visibility: visible;
		}	
        	.adminmedia {
			transform: translateX(100%);
			transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
			visibility: hidden;
			background-color: white;
			padding-top: 10px;
			padding-bottom: 10px;
			border-radius: 5px;
			border: 1px solid #c8c8cc;
			z-index: 10;
		}*/
.openadminbtn {
			position: fixed;
			right: 0;
			font-size: 30px;
			margin-left: 0px;
			transition: 0.3s;
			background-color: white;
			padding: 5px;
			border-radius: 5px;
			top: 25%;
		}
		span._3jn-.inlineBlock {
			display: -moz-inline-box;
			display: table;
			zoom: 1;
		}

		@media screen and (max-height: 450px) {
			.socialnav {
				padding-top: 15px;
			}

				/*.socialnav a {
					font-size: 18px;
				}*/
		}

		  /*::::::::::::::::::::::: Vicharan Playbutton   :::::::::::::::::::::::::::::*/
    .videos img {
        /*width:100%;*/
        height: auto;
    }

    a.video {
        /*float: left;*/
        position: relative;
    }

        a.video span {
            width: 100%;
            height: 100%;
            position: absolute;
            background: url("/images/playvideo2.png") no-repeat;
            /*background-position: 50% 50%;
  background-size: 300%;*/
            background-size: 27px 23px;
            margin: 5px;
        }

    .icon-container {
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: 0;
        top: 50%;
        width: auto;
        z-index: 1100;
    }

    .icon li {
        list-style-type: none;
        background-color: transparent;
        color: #efefef;
        height: 43px;
        padding: 0px;
        margin: 0px 0px 1px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
    }

        .icon li:hover {
            margin-left: -5px;
        }

        .icon li img {
            float: left;
            margin: 5px 4px;
            margin-right: 5px;
        }

        .icon li p {
            padding-top: 5px;
            margin: 0px;
            line-height: 16px;
            font-size: 11px;
        }

            .icon li p a {
                text-decoration: none;
                color: #2C3539;
            }

                .icon li p a:hover {
                    text-decoration: underline;
                }

    .nobbs {
        border: 0;
        box-shadow: none;
        background-color: transparent;
    }

    .table-responsive > .fixed-column {
        display: none;
    }

    .seven-cols .col-xs-2 .seven-cols .col-md-2,
    .seven-cols .col-sm-2,
    .seven-cols .col-lg-2,
    .seven-cols .col-xl-2 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }

    .eight-cols .col-xs-2,
    .eight-cols .col-md-2,
    .eight-cols .col-sm-2,
    .eight-cols .col-lg-2,
    .eight-cols .col-xl-2 {
        width: 12.5%;
        *width: 12.5%;
    }

    .eight-cols .col-xs-3 .eight-cols .col-md-3,
    .eight-cols .col-sm-3,
    .eight-cols .col-lg-3,
    .eight-cols .col-xl-3 {
        width: 100%;
        max-width: 25%;
        *width: 100%;
    }

    .five-cols .col-md-5,
    .five-cols .col-sm-5,
    .five-cols .col-lg-5,
    .five-cols .col-xl-5 {
        width: 20%;
        *width: 20%;
    }

    h3.caption { /*--------------------------- Slider caption and background -------------------*/
        position: absolute;
        bottom: 0px;
        left: 0;
        margin: 0;
        color: white;
        background-color: #75421F;
        width: 100%;
        text-align: center;
        height: auto;
        font-size: 20px;
        font-weight: lighter;
        line-height: 30px;
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
    }

    /*::::::::::::::::::::::: breakpoints   :::::::::::::::::::::::::::::*/
    .menuwidth {
        width: auto;
    }

    .nav-menu {
        background-color: white;
    }

    .navbar-toggleable-md .navbar-collapse {
        width: auto;
    }

    .navbar-toggleable-lg .navbar-collapse {
        width: inherit;
    }

    .navbar-toggleable-xl .navbar-collapse {
        width: inherit;
    }
.home-mtitle-smalllinecenter {
    font-family: "Arima Madurai";
    font-size: 24px;
    font-weight: lighter;
    width: auto;
    display: table;
    margin: auto;
    text-align: center;
    
}
.home-mtitle-fulllinecenter {
    font-family: "Arima Madurai";
    font-size: 24px;
    font-weight: lighter;
    width: auto;
    margin: auto;
    text-align: center;
   
}

.home-smtitle-smalllinecenter {
    font-family: "Arima Madurai";
    font-size: 16px;
    font-weight: lighter;
    display: table;
    margin: auto;
    text-align: center;
     
}
.home-smtitle-fulllinecenter {
    font-family: "Arima Madurai";
    font-size: 16px;
    font-weight: lighter;
    width: auto;
    text-align: center;
    
}
/* Vicharan module
    .modules113708 > div > div > h2, .modules113708 > div > div > h2 a:link {
        font-family: "Arima Madurai";
        font-size: 24px;
        font-weight: lighter;
    }*/
/*.modules113712 > div > div > h2, .modules113712 > div > div > h2 a:link {
        font-family: "Arima Madurai";
        font-size: 24px;
        font-weight: lighter;
    }*/
/* Latest Update module - Daily Satsang Module
    .modules113726 > div > div > h2, .modules113726 > div > div > h2 a:link {    
        font-family: "Arima Madurai";
        font-size: 24px;
        font-weight: lighter;
    }*/
/*Other sites
    .modules132667 > div > div > h2, .modules132667 > div > div > h2 a:link { 
        font-family: "Arima Madurai";
        font-size: 24px;
        font-weight: lighter;
        font-family: "Arima Madurai";
font-size: 24px;
font-weight: lighter;
width: auto;
display: table;
margin: auto
    } */
/*Download module Baps Charities
    .modules133038 > div > div > h2, .modules133038 > div > div > h2 a:link,
    .modules133037 > div > div > div > h2 > .moduletitle a, .modules133037 > div > div > div > h2.moduletitle a:link   {
        font-family: "Arima Madurai";
        font-size: 15px;
        font-weight: lighter;
        margin: auto;
    }*/
/*Connect with baps 
    .modules132668 > div > div > h2, .modules132668 > div > div > h2 a:link { 
        font-family: "Arima Madurai";
        font-size: 15px;
        font-weight: lighter;
        width: auto;
        display: table;
        margin: auto;
    }*/
/*.modules131129 > div > div > h2, .modules113714 > div > div > h2, .modules113720 > div > div > h2, .modules113720 > div > div > h2 a, .modules113720 > div > div > h2 a:link {
        width: auto;
        display: table;
        margin: auto;
        font-family: "Arima Madurai";
        font-size: 24px;
        font-weight: lighter;
        padding-top:10px;
    }
.modules131129 > div > div > h2 {
    margin-bottom: 10px;
}
        .modules113720 > div > div > h2 a:link {
            line-height: normal;padding-top:0px;
        }*/


    /* Set width to make card deck cards 100% width */
    .aboutusbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(aboutusbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }
    .whowearebg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(whowearebg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }
    .whatwedobg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(whatwedobg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }
    .whatpeoplesaybg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(whatpeoplesaybg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }
    .activitiesbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(activitiesbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }
    .thefounderbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(thefounderbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }
    .publicationbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(publicationbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }

    .essaybg, .satsangexambg, .prayersbg, .downloadbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(essaybg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }

    .otherbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(otherbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }

    .culturebg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(culturebg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }

    .developingbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(developingbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }

    .spiritualbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(otherbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }

    .humanitarianbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(humanitarianbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }

    .vicharanbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(vicharanbg.jpg);*/
        background-attachment: fixed !important;
        background-position: center top;
        background-repeat: repeat-y;
    }

    .newsbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(newsbg.jpg);*/
        background-attachment: fixed !important;
        background-position: center top;
        background-repeat: repeat-y;
    }

    .globalnetworkbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(globalnetworkbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }
   
    .homebg {
        background-image: url(homebg.jpg);
        /*background-image: url(home-bg-new.jpg);*/
        background-attachment: fixed !important;
        /*overflow:hidden;*/
        background-size: inherit;
        background-repeat: repeat-y;
            /*background-position: -8px 0px;*/
    }

    .calendarbg {
        /*background-image: url(calendarbg.jpg);*/
         background-image: url(bapsbg.jpg);
        background-attachment: fixed !important;background-repeat: repeat-y;
    }

    .dailysatsangbg {
         background-image: url(bapsbg.jpg);
        /*background-image: url(dailysatsangbg.jpg);*/
        background-attachment: fixed !important;
        background-repeat: repeat-y;
    }
    .adminbg {
        background-image: url();
        background-attachment: fixed !important;
    }
/* ##################################################################  M E D I A  Q U E R I E S  ####################################################*/

    /*::::::::::::::::::::::: breakpoints   :::::::::::::::::::::::::::::*/

    /* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
    @media (max-width:576px ) {
        h3.caption { /*--------------- Slider caption and background -------------------*/
            height: 40px;
            font-size: 14px;
            line-height: 19px;
        }
        .device_img img {
            width: 272px;
            top: 12px;
            left: 0;
        }
        #wrapfooter {
            position: initial;
        }
        .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
            display: block;
        }

        .dropdown-menu {
            margin-top: 0;
        }

        .dropdown-toggle {
            margin-bottom: 2px;
        }

        .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
            margin-bottom: 0;
        }

        .homebg, .otherbg {
           /* background-image: none;
            overflow: hidden;*/
               background-position: center center;
        }
    }

    @media screen and (min-width: 768px) {
        .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
            display: block;
        }

        .dropdown-menu {
            margin-top: 0;
        }

        .dropdown-toggle {
            margin-bottom: 2px;
        }

        .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
            margin-bottom: 0;
        }

        .navbar-light .navbar-brand, .navbar-light .navbar-toggler {
            margin-top: 13px;
        }

        .item3 {
            box-sizing: border-box;
            padding: .25em;
            
            max-width: 32%;
            margin: 0.25em;
        }

        .item4 {
            box-sizing: border-box;
            padding: .25em;
             
            max-width: 24%;
            margin: 0.25em;
        }

        .item5 {
            box-sizing: border-box;
            padding: .25em;
             
            max-width: 32%;
            margin: 0.25em;
        }
    }
    /*##################################### Extra small devices (portrait phones, less than 576px) #####################################*/
    @media (max-width: 575px) {
        .item2, .item3, .item4, .item5 {
            box-sizing: border-box;
            padding: .25em;
             
            max-width: 100%;
            margin: 0.25em;
        }
        .paddingTB10 {
    padding-top: 10px;
    padding-bottom: 0;
}
        .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
            display: block;
        }

        .dropdown-menu {
            margin-top: 0;
        }

        .dropdown-toggle {
            margin-bottom: 2px;
        }

        .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
            margin-bottom: 0;
        }

        .navbar-brand {
            font-size: 15px;
            font-weight: normal;
            padding-left: 7px;
        }

        .seven-cols .col-xs-6 {
            width: 100%;
            *width: 100%;
            max-width: 50%;
        }

        .navbar-toggler {
            margin-top: 3px;
        }

        .menubg {
            width: 100%;
            height: auto;
        }

        .prolabel {
            width: 95%;
            float: left;
        }

        .forminput, input[type="text"] {
            display: block;
            width: 100%;
        }

        .form_row_container {
            display: inherit;
        }

        .container {
            max-width: 100%;
        }

        .owl-theme .owl-controls .owl-page {
            display: none;
        }

        .center-leftmargin, .center-rightmargin, .center-rightmargin_w, .center-leftmargin_w {
            float: left;
            max-width: 100%;
            width: 100%;
            padding: 0px;
        }

        .rightside, .rightside_w {
            float: left;
            padding: 0px;
            max-width: 100%;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .rightside, .rightside_w, .leftside, .leftside_w {
            float: left;
            padding: 0px;
            /* max-width: 285px; */
            max-width: 100%;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        #wrapheader {
            height: auto;
        }

        .fixed-nav { /*for fix-top menu*/
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 10;
        }

        #baps { /*for fix-top menu*/
            top: 0;
        }

        h1, .h1, h1 a:link, h1 a {
           font-size: 21px;
padding-left: 0px;
display: block;
        }

        h2, .h2, h2 a:link, h2 a, h3, .h3, h3 a:link, h3 a:hover, h3 a {
            font-size: 17px;
        }
         h2.moduletitle a:link, h2.moduletitle a {
            
            font-size: 120%;
        }
            h3.fck_para_head {
                font-size: 17px;
            }

            h3.content-title, h3.content-title a, h3.content-title a:link {
                font-size: 15px;
                 
            }
        div.description, span.description {
            font-size: 13px;
        }
        .bapshead {
            display: none;
        }

        .smalltitle, .smalltitle a, .smalltitle a:link { /*Vichanran Archive page title for mobile*/
            font-size: 12px;
            line-height: normal;
        }
        .five-cols .col-md-5, .five-cols .col-sm-5, .five-cols .col-lg-5, .five-cols .col-xl-5 {
            width: 50%;
            *width: 50%;
        }
        .thumbg_size_b img {
            max-height: 100%;
            height: auto;
        }

        .carousel-inner {
            padding: 5px;
        }

        .paddingxs5 {
            padding: 5px;
        }

        .navbar-brand, .navbar-brand a, .navbar-brand a:link {
            margin-right: 1rem;
            font-size: 1.2rem;
            padding: 2px;
            color: brown;
        }

        .navbar-toggleable-md .navbar-brand {
            padding: 5px;
            margin: 0;
        }

        .navbar-light .navbar-nav .nav-link {
            padding-left: 10px;
        }

        .deri-logo img {
            /*width: 15%;
        padding-right: 8px;
        float: none;
        max-width: none;
        padding-left: 5px;*/
            width: 70%;
            padding: 0;
            float: none;
            max-width: none;
            margin: 0;
        }

        .icon-container {
            padding: 0px;
            margin: 0px;
            position: fixed;
            bottom: 0;
            left: 0;
            top: inherit;
            width: auto;
            z-index: 1100;
        }

        .icon li {
            list-style-type: none;
            background-color: transparent;
            color: #efefef;
            height: 43px;
            padding: 0px;
            margin: 0px 0px 1px 0px;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            cursor: pointer;
            display: inline-flex;
            display: -webkit-inline-box;
        }

            .icon li:hover {
                margin-left: -5px;
            }

            .icon li img {
                float: left;
                margin: 5px 4px;
                margin-right: 5px;
            }

            .icon li p {
                padding-top: 5px;
                margin: 0px;
                line-height: 16px;
                font-size: 11px;
            }

                .icon li p a {
                    text-decoration: none;
                    color: #2C3539;
                }

                    .icon li p a:hover {
                        text-decoration: underline;
                    }

        div.breadcrumbs {
            padding-left: 5px;
            display: none;
        }

        .eight-cols .col-xs-3 {
            width: 100%;
            max-width: 25%;
            *width: 100%;
        }

        .nobbs {
            border: 0;
            box-shadow: none;
            background-color: transparent;
        }

        .navbar-toggleable-lg .navbar-collapse {
            width: auto;
        }

        .baps-logo img {
            max-width: 425px;
            padding-left: 10px;
            float: left;
        }


        .navbar-light .navbar-brand, .navbar-light .navbar-toggler {
            margin: 0;
            border: 0;
            /*color: brown;
        
        padding-left: 0;
        margin-top: 0px;
        padding-bottom: 0;
        padding-top: 0px;
        border: 0;
        right: 0;*/
        }

        .deri-logo img {
            /*width: 50px;
        padding-right: 16px;
        float: none;
        max-width: none;
        padding-left: 0;*/
        }

        .homebg, .otherbg {
          /*  background-image: none;
            overflow: hidden;*/
        }

        .newsbg {
           /* background-image: none;*/
            
        }

        .publicationbg {
            background-image: none;
        }
        #wrapfooter {
            position: inherit;
bottom: -16px;
        }
    }


    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) and (max-width: 767px) {
        .item3, .item4 {
            box-sizing: border-box;
            padding: .25em;
             
            max-width: 31.7%;
            margin: 0.25em;
        }

        .item5 {
            box-sizing: border-box;
            padding: .25em;
             
            max-width: 49%;
            margin: 0.1em;
        }

        .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
            display: block;
        }

        .dropdown-menu {
            margin-top: 0;
        }

        .dropdown-toggle {
            margin-bottom: 2px;
        }

        .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
            margin-bottom: 0;
        }

        .navbar-toggler {
            margin-top: 13px;
        }

        .navbar-light .navbar-brand, .navbar-light .navbar-toggler {
            color: brown;
            color: brown;
            border: 0;
            /*font-size: initial;
        padding-left: 5px;
        margin-top: 0;
       
        width: auto;
        bottom: 15%;*/
        }

        .deri-logo img {
            /*width: 10%;
        padding-right: 5px;
        float: none;
        max-width: none;
        padding-left: 10px;*/
        }

        .o1 {
            order: 1;
        }

        .o2 {
            order: 2;
        }

        .o3 {
            order: 3;
        }

        .o4 {
            order: 4;
        }

        .o5 {
            order: 5;
        }

        .o6 {
            order: 6;
        }

        .o7 {
            order: 7;
        }

        .o8 {
            order: 8;
        }

        .o9 {
            order: 9;
        }

        .o10 {
            order: 10;
        }

        .table-responsive > .fixed-column {
            position: absolute;
            display: block;
            width: 28%;
            border-right: 1px solid #ddd;
            background-color: white;
        }

        .table-responsive > .fixed-column {
            display: inline-block;
        }

        .leftside, .leftside_w, .rightside, .rightside_w {
            max-width: 100%;
        }

        .rightside, .rightside_w {
            width: 100%;
        }

        .center-leftmargin, .center-rightmargin, .center-rightmargin_w, .center-leftmargin_w {
            float: left;
            width: 100%;
            padding: 0px;
        }

        .center-rightandleftmargins, .center-rightandleftmargins_w {
            margin: 0 auto;
            max-width: 630px;
            min-width: 240px;
            width: 100%;
            float: none;
        }

        h3, .h3, h3 a:link, h3 a:hover, h3 a {
            font-size: 15px;
        }

            h3.content-title, h3.content-title a, h3.content-title a:link {
                font-size: 15px;
            }

        h2, .h2 {
            font-size: 16px;
        }

        h1, .h1, h1 a:link, h1 a {
            font-size: 19px;
            display:block;
            padding-left:0px;
        }

        h2, .h2, h2 a:link, h2 a {
            font-size: 16px;
        }

        a {
            font-size: 15px;
        }

        .smalltitle, .smalltitle a, .smalltitle a:link { /*Vichanran Archive page title for mobile*/
            font-size: 12px;
            line-height: normal;
        }

        div.description, span.description, .description a, .description a:link, .description a:hover, .description a:visited {
            font-size: 14px;
        }

        div.breadcrumbs {
             
            display:none;
        }

        .bapshead {
            display: none;
        }


        .thumbg_size_b img {
            height: auto;
        }

        .paddingsm5 {
            padding: 5px;
        }

        .container {
            width: inherit;
        }

        .navbar-toggleable-md > .container {
            padding-right: 0;
            padding-left: 0;
        }


        /*.pubicon {
        max-width: 100%;
        width: auto;
    }*/
        .menubg {
            width: 100%;
            height: auto;
        }

        .navbar-toggleable-lg .navbar-collapse {
            width: auto;
        }

        .nobbs {
            border: 0;
            box-shadow: none;
            background-color: transparent;
        }

        .breadcrumbs {
            padding-left: 5px;
        }

        .panel-col-xs-12 {
            width: 100%;
        }

        .eight-cols .col-xs-3 {
            width: 100%;
            max-width: 25%;
            *width: 100%;
        }

        .baps-logo img {
            max-width: 425px;
            padding-left: 10px;
            float: left;
        }

        .homebg, .otherbg {
            background-image: none;
            /*overflow: hidden;*/
        }

        .newsbg {
            background-image: url(bgnews.jpg);
            background-attachment: fixed !important;
            background-size: 132%;
            background-position: center;
            background-repeat: repeat-y;
        }

        .publicationbg {
            background-image: url(bgpublication.jpg);
            background-attachment: fixed !important;
            background-size: 132%;
            background-position: center;
            background-repeat: repeat-y;
        }
        #wrapfooter {
            position: inherit;
            bottom:-10px;
        }
    }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991px) {
        .container {
            max-width: 767px;
            width: 100%;
        }

        .leftside, .leftside_w, .rightside, .rightside_w {
            max-width: 100%;
            /*max-width: 264px;*/
            width: 100%;
        }

        .center-leftmargin, .center-rightmargin, .center-rightmargin_w, .center-leftmargin_w {
            float: left;
            max-width: 766px;
            width: 100%;
            padding: 0px;
        }

        .center-rightandleftmargins, .center-rightandleftmargins_w {
            margin: 0 auto;
            /*max-width: 630px;*/
            max-width: 735px;
            min-width: 240px;
            width: 100%;
            float: none;
        }

        h3, .h3, h3 a:link, h3 a:hover, h3 a {
            font-size: 16px;
        }

            h3.content-title, h3.content-title a, h3.content-title a:link {
                font-size: 15px;
            }

        h2, .h2 {
            font-size: 18px;
        }

        h1, .h1, h1 a:link, h1 a {
            font-size: 21px;
display: block;
padding-left: 0px; 
text-align:left;
        }

        h3.module-content-title-large, h3.module-content-title-large a, h3.module-content-title-large a:link, h3.module-content-title-large a:hover, h3.module-content-title-large a:visited {
            font-size: larger;
        }

        a {
            font-size: 13px;
        }

        div.description, span.description, .description a, .description a:link, .description a:hover, .description a:visited {
            font-size: 13px;
        }

        .navbar-brand, .navbar-brand a, .navbar-brand a:link {
            margin-right: 1rem;
            font-size: 1.2rem;
            padding: 2px;
            color: white;
        }

        .navbar-toggleable-md .navbar-brand {
            padding: 5px;
            margin: 0;
            display: inline-block;
        }

        .searchpanel {
            margin-left: 6px;
        }

        .breadcrumbs {
            padding-left: 5px;
        }

        .bapshead {
            display: none;
        }

        .col-xs-12 h1 a:link, .col-xs-12 h1 a {
            line-height: normal;
            display: block;
            
        }


        .thumbg_size_b img {
            height: auto;
            max-height: 100%;
            object-fit: cover;
            overflow: hidden; /*// Cuts off the parts of the image poking out*/
        }

        .dailysatsanghome img {
            height: auto;
        }

        .highslide img {
            margin: auto;
            max-height: auto;
            max-width: 100%;
            padding: 10px;
            text-align: center;
        }

        .vertical_thumb img {
            width: auto;
        }

        .vertical_full img {
            width: auto;
        }

        .downmenu {
            background-color: Maroon;
            padding: 10px;
        }
        /*.pubicon {
        max-width: 100%;
        width: auto;
    }*/
        div.breadcrumbs {
            padding-left: 10px;
        }

        .seven-cols .col-md-2,
        .seven-cols .col-sm-2,
        .seven-cols .col-lg-2,
        .seven-cols .col-xl-2 {
            width: 100%;
            max-width: 14.285714285714285714285714285714%;
            *width: 100%;
        }

        .five-cols .col-md-2,
        .five-cols .col-sm-2,
        .five-cols .col-lg-2,
        .five-cols .col-xl-2,
        .five-cols .col-xs-2 {
            width: 100%;
            max-width: 20%;
            *width: 100%;
        }

        .eight-cols .col-md-2,
        .eight-cols .col-sm-2,
        .eight-cols .col-lg-2,
        .eight-cols .col-xl-2 {
            width: 100%;
            max-width: 12.5%;
            *width: 100%;
        }

        .eight-cols .col-xs-4 {
            width: 100%;
            max-width: 40%;
            *width: 100%;
        }

        .navbar-toggleable-lg .navbar-collapse {
            width: auto;
        }

        .baps-logo img {
            max-width: 425px;
            padding-left: 10px;
            float: left;
        }

        .menubg {
            width: 100%;
            height: auto;
        }

        .nobbs {
            border: 0;
            box-shadow: none;
            background-color: transparent;
        }

        .baps-logo img {
            max-width: 425px;
            padding-left: 10px;
            float: left;
        }

        .homebg {
            background-image: url(homebg.jpg);
            background-attachment: fixed !important;
            /*overflow: hidden;*/
            background-size: initial;
                background-position: center center;
        }

        .otherbg {
            background-attachment: fixed !important;
            overflow: hidden;
            background-size: initial;
        }

        .newsbg {
            background-image: url(bgnews.jpg);
            background-attachment: fixed !important;
            background-size: 132%;
            background-position: center;
            background-repeat: repeat-y;
        }

        .publicationbg {
            background-image: url(bgpublication.jpg);
            background-attachment: fixed !important;
            background-size: 132%;
            background-position: center;
            background-repeat: repeat-y;
        }
        #wrapfooter {
            
bottom: -16px;
        }
    }

    /* Large devices (desktops, 992px and up) ipad2-devices [MD] */
    @media (min-width: 992px) and (max-width: 1199px) {
        #wrapheader {
            height: auto;
        }

        .baps-logo img {
            max-width: 425px;
            padding-left: 10px;
            float: left;
        }

        .baps_logo {
            max-width: 366px;
            max-height: 53px;
            position: absolute;
            top: 1px;
            width: 100%;
            z-index: 1602;
        }

        .container {
            width: 100%;
            max-width: 1024px;
        }

        .leftside, .leftside_w, .rightside, .rightside_w {
            /*max-width: 1080px;*/
            width: 100%;
        }

        .rightside, .rightside_w, .leftside, .leftside_w {
            float: left;
            padding: 0px;
            max-width: 285px;
            max-width: 323px;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .rightside {
            float: left;
            padding: 0px;
            max-width: 285px;
            max-width: 323px;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .rightside_w {
            float: left;
            padding: 0px;
            max-width: 285px;
            max-width: 323px;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .rightside { /* 8-jan-2018 */
            float: left;
            padding: 0px;
            max-width: 220px;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .leftside {
            float: left;
            padding: 0px;
            max-width: 285px;
            max-width: 323px;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .leftside { /* 8-jan-2018 */
            float: left;
            padding: 0px;
            max-width: 220px;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .leftside_w {
            float: left;
            padding: 0px;
            max-width: 285px;
            max-width: /*323px*/ 250px;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .center-leftmargin, .center-rightmargin, .center-rightmargin_w, .center-leftmargin_w {
            float: left;
            /*max-width: 730px;*/
            max-width: 694px;
            width: 100%;
            padding: 0px;
        }

        .center-leftmargin, .center-rightmargin, .center-rightmargin_w, .center-leftmargin_w {
            float: left;
            max-width: 700px /*774px;804px;*/
            width: 100%;
            padding: 0px;
        }

        .center-rightandleftmargins, .center-rightandleftmargins_w {/* 8-jan-2018 */
            margin: 0 auto;
            max-width: 694px;
            min-width: 240px;
            width: 100%;
        }

        /*.center-rightandleftmargins, .center-rightandleftmargins_w { 
            margin: 0 auto;
            max-width: 575px;
            min-width: 240px;
            width: 100%;
        }*/

        .breadcrumbs, div.breadcrumbs {
            padding-left: 10px;
        }

        h1, .h1, h1 a:link, h1 a {
            font-size: 21px;
            padding-left:0px;
            display:block;
        }
       
        .description {
            /*padding-left: 10px;*/
        }
        .thumbg_size_b img {
            max-height: 20%;
            height: 100px;
        }

        .pubicon {
            max-width: 100%;
            width: auto;
        }

        .nobbs {
            border: 0;
            box-shadow: none;
            background-color: transparent;
        }

        .dailysatsanghome img {
            max-height: auto;
            height: initial;
        }

        .seven-cols .col-md-2,
        .seven-cols .col-sm-2,
        .seven-cols .col-lg-2,
        .seven-cols .col-xl-2 {
            width: 14.285714285714285714285714285714%;
            *width: 14.285714285714285714285714285714%;
        }

        .eight-cols .col-md-8,
        .eight-cols .col-sm-8,
        .eight-cols .col-lg-8,
        .eight-cols .col-xl-8 {
            width: 12.5%;
            *width: 12.5%;
        }

        .five-cols .col-md-5,
        .five-cols .col-sm-5,
        .five-cols .col-lg-5,
        .five-cols .col-xl-5 {
            width: 20%;
            *width: 20%;
        }

        .panel-col-md-1, .panel-col-md-2, .panel-col-md-3, .panel-col-md-4, .panel-col-md-5, .panel-col-md-6, .panel-col-md-7, .panel-col-md-8, .panel-col-md-9, .panel-col-md-10, .panel-col-md-11, .panel-col-md-12 {
            float: left;
        }

        .panel-col-md-12 {
            width: 100%;
        }

        .panel-col-md-11 {
            width: 91.66666667%;
        }

        .panel-col-md-10 {
            width: 83.33333333%;
        }

        .panel-col-md-9 {
            width: 75%;
        }

        .panel-col-md-8 {
            width: 66.66666667%;
        }

        .panel-col-md-7 {
            width: 58.33333333%;
        }

        .panel-col-md-6 {
            width: 50%;
        }

        .panel-col-md-5 {
            width: 41.66666667%;
        }

        .panel-col-md-4 {
            width: 33.33333333%;
        }

        .panel-col-md-3 {
            width: 25%;
        }

        .panel-col-md-2 {
            width: 16.66666667%;
        }

        .panel-col-md-1 {
            width: 8.33333333%;
        }

        .menubg {
            width: 100%;
            height: auto;
        }

        .menuwidth {
            width: auto;
        }

        .navbar-toggleable-lg .navbar-collapse {
            width: auto;
        }

        .homebg {
            background-image: url(homebg.jpg);
            background-attachment: fixed !important;
            /*overflow: hidden;*/
            background-size: initial;
                background-position: center 0px;
        }

        .otherbg {
            background-attachment: fixed !important;
            /*overflow: hidden;*/
            background-size: initial;
        }

        .newsbg {
            background-image: url(bgnews.jpg);
            background-attachment: fixed !important;
            background-size: 132%;
            background-position: center;
            background-repeat: repeat-y;
        }

        .publicationbg {
            background-image: url(bgpublication.jpg);
            background-attachment: fixed !important;
            background-size: 132%;
            background-position: center;
            background-repeat: repeat-y;
        }
        #wrapfooter {
            position: inherit;
bottom: -16px;
        }
    }
    /* Ipad-Pro Horizontal - LAPTOP */
    @media (max-width: 1390px) and (min-width: 1200px) {

        .baps-logo img {
            max-width: 425px;
            padding-left: 10px;
            float: left;
        }

        .homebg {
            background-image: url(homebg.jpg);
            background-attachment: fixed !important;
            /*overflow:hidden;*/
            background-size: initial;
        }

        .otherbg {
            background-attachment: fixed !important;
            overflow: hidden;
            background-size: initial;
        }

        .center-leftmargin, .center-rightmargin, .center-rightmargin_w, .center-leftmargin_w {
            float: left;
            max-width: 1005px;
            width: 100%;
            padding: 0px;
        }

        .rightside, .rightside_w, .leftside, .leftside_w {
            float: left;
            padding: 0px;
            max-width: 285px;
            max-width: 323px;
            width: 100%;
            border: 0px solid #e3e3e3;
        }

        .pubicon {
            max-width: 100%;
            width: auto;
        }

        .nobbs {
            border: 0;
            box-shadow: none;
            background-color: transparent;
        }

        .breadcrumbs {
            padding-left: 5px;
        }

        .menuwidth {
            width: auto;
        }

        .navbar-toggleable-lg .navbar-collapse {
            width: auto;
        }
        #wrapfooter {
            position: initial;
        }
    }
    /* Extra large devices (large desktops, 1200px and up) */

    @media (min-width: 1200px) { /* Ipad-Pro - Vertical*/
        .homebg, .dailysatsangbg, .newsbg, otherbg {
            background-attachment: fixed !important;
            /*overflow: hidden;*/
            background-size: inherit;
            
        }
    }
    /*:::::::::::::::::::::  Custom media queries :::::::::::::::::::::::::::::::*/

    .abc .xyz {
        width: 100%;
    }

    .abc #wrapwebsite {
        width: 100%;
        max-width: 100%;
    }
