
/*@font-face {
  font-family: 'Sanskrit Diacritical';
  src: url('fonts/ccpr_TCC.ttf');
}*/
html {
    overflow: hidden;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: Arial; /*'Sanskrit Diacritical', 'Times New Roman';*/
    font-size: 16px;
    line-height: 20px;
    color: #030303;
    margin: 0;
    padding: 0;
    background-color: #728089;
    background-image: none;
    overflow-y: auto;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial; /*'Sanskrit Diacritical', 'Times New Roman';*/
}

div.shadow {
    background: url("images/home_shadow.png") no-repeat scroll center bottom transparent;
    height: 13px;
}

a, a:visited {
    color: #777777;
    
}

a:hover, a:active {
    color: #F8A025;
}

a, a:visited, a:hover, a:active,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	outline: none !important;
}

h3 {
    margin: 15px 10px;
}
/********* Header ************/
.pre-header {
    width: 100%;
    height: 10px;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background-color: #728089;
}

.pre-header-inner {
    width: 100%;
    height: 100%;
}

header {
    margin-top: 10px;
    background-color: #f3e8d9;
}

header #navbar {
    height: 70px;
}

#navbar .nav-menu > li > a {
    font-size: 18px;
    text-transform: lowercase;
    padding: 11px 18px;
}

#navbar .nav-menu li:hover > a, #navbar .nav-menu li a:hover, #navbar .nav-menu li:focus > a, #navbar .nav-menu li a:focus {
    color: #354a76;
}

#navbar .nav-menu .sub-menu a {
    font-size: 18px;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #F8A132;
    font-style: normal;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #728089;
    left: -59px;
    margin-left: 0;
    border: solid 0 #999999;
    box-shadow: 0 0 0 #999999;
}

#navbar .nav-menu li:hover > a, #navbar .nav-menu li a:hover, #navbar .nav-menu li:focus > a, #navbar .nav-menu li a:focus {
    color: white;
    background-color: #728089;
}

.toggled-on .nav-menu li > ul {
    left: 0px;
}

.nav-menu .sub-menu li a {
    color: #354a76;
    padding: 7px 23px;
}

.nav-menu .sub-menu li:hover a {
    background-color: transparent !important;
}

ul.nav-menu ul a, .nav-menu ul ul a {
    width: auto;
}

.toggled-on .nav-menu .current_page_item > a, .toggled-on .nav-menu .current_page_ancestor > a, .toggled-on .nav-menu .current-menu-item > a, .toggled-on .nav-menu .current-menu-ancestor > a {
    color: #F8A132;
}

.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    background-color: #728089;
    z-index: 9990;
    position: relative;
}

.toggled-on .nav-menu > li a {
    color: white;
}

.toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a {
    background-color: transparent;
    color: #F8A132 !important;
}

#navbar .toggled-on .nav-menu .sub-menu a {
    font-size: 14px;
}

.main-navigation {
    max-width: 1000px;
    text-align: right;
}

.main-navigation .sub-menu li {
    clear: both;
    display: block;
}

.toggled-on .menu-toggle:after, .menu-toggle:after {
    content: "";
}

.page-banner {
    height: 175px;
    background-color: #f8a132;
    text-align: center;
}


.page-banner-thumbnail {
    width: 170px;
    height: 219px;
    position: absolute;
    top: -30px;
    left: 20px;
    z-index: 2;
}

.page-banner-thumbnail img {
    max-width: 100%;
}

.page-banner-slide {
    padding-top: 30px;
}

.page-banner-slide img {
    margin-left: 250px;
}

.page-logo {
    margin-top: 20px;
    height: 70px;
    cursor: pointer;
    padding-left: 10px;
}

.page-brief {
    position: relative;
    padding-top: 65px;
    padding-bottom: 10px;
    min-height: 100px;
}

.page-brief i {
    display: inline-block;
    width: 25px;
    height: 19px;
}

.page-brief i.icoQuote1 {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url('images/icoQuote1.png') no-repeat;
}

.page-brief i.icoQuote2 {
    position: relative;
    top: 5px;
    background: transparent url('images/icoQuote2.png') no-repeat;
}

.page-brief-content {
    font-family: 'Palatino Linotype';
}

.page-brief-author {
    font-weight: bold;
    text-align: right;
    color: #3d5967;
    font-size: 15px;
    font-family: 'Palatino Linotype';
}

.navigation a {
    font-family: 'Palatino Linotype';
}

.sub-page-header .panel-heading {
    padding-left: 0;
}

.sub-page-header .page-logo {
    margin-top: 5px;
    height: 35px;
    padding-left: 15px;
    text-align: center;
}

.sub-page-header .page-logo img {
    width: 100%;
    max-width: 180px;
    max-height: 26px;
}

.sub-page-header #navbar {
    height: 35px;
}

.sub-page-header .page-banner {
    height: 85px;
}

.sub-page-header .page-banner-thumbnail {
    width: 90px;
    height: 115px;
    top: -25px;
    left: 320px;
}

.sub-page-header .page-banner-slide {
    padding-top: 6px;
    text-align: left;
}

.sub-page-header .page-banner-slide img {
    height: 75px;
    margin-left: 0;
}

.sub-page-header .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: solid 0 white;
}

header .panel-title > a {
    font-size: 26px;
}

.sub-page-header h4.panel-title {
    margin-left: 13px;
}

/********* end Header ************/


/********* Body ************/
@media all {
    .panel-title > a {
        font-family: "Palatino Linotype";
        text-decoration: none;
    }

    h4.panel-title {
        text-indent: -10px;
    }

    #main h4.panel-title a:hover {
        color: #F8A132;
    }

    .panel-title t {
        font-size: 18px;
    }
}

.panel-heading .panel-title {
    margin-right: 21px;
}

#main {
    background-color: #f3e8d9;
}

.panel-title > a {
    font-family: "Palatino Linotype";
    margin: 10px;
    color: #777777;
    font-size: 22px;
}

div.paragraph {
    width: 100%;
}

.paragraph .paragraph_body {
    height: 300px;
    max-height: 300px;
    overflow-x: hidden;
}

.paragraph .paragraph_body p {
    margin-bottom: 10px;
}

div.paragraph h4 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

div.paragraph h4 span {
    float: right;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 5px 0 10px;
}

.site-content .panel-default {
    margin-bottom: 15px !important;
    background-color: transparent;
    border: solid 0 gray;
    border-radius: 0;
    box-shadow: 0 0 0 white;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 white;
    border-bottom: solid 1px #c4c9cc;
}

.article-list-item {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
}

div.article-image img {
    width: 100%;
}

div.article-content-group h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}


.article-readmore .jp-audio {
    margin-top: 9px;
}

.article-readmore-sample {
    margin-top: 12px;
    font-size: 20px;
    color: #777777;
    font-family: "Palatino Linotype";
}

div.article-readmore-link {
    font-size: 20px;
    text-align: left;
    padding-top: 10px;
    font-family: "Palatino Linotype";
}

div.article-readmore-link i {
    font-size: 40px;
    position: relative;
    top: 12px;
}

div.article-readmore-link a {
    color: #777777;
}
div.article-readmore-link a:hover {
    color: #F8A132;
}

.pnlArticle-readmore-sample {
    width: 120px;
}

.icoPlay {
    display: inline-block;
    width: 38px;
    height: 37px;
    position: relative;
    top: 13px;
    background: transparent url('images/icoPlay.png') no-repeat;
}

.site-content.panel-group {
    margin-top: 15px;
    margin-bottom: 5px;
}

.site-content.panel-group .panel-default > .panel-heading {
    border-bottom: solid 0 white;
}

.entry-header .text-muted {
    font-family: 'Palatino Linotype';
    margin: 10px;
    font-size: 26px;
}

.entry-content {
    padding: 10px;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    word-wrap: normal;
}

.entry-content a {
    color: #777777;
}
.entry-content a:hover {
    color: #F8A132;
}

.entry-content p {
    margin-bottom: 15px;
}
.panel-group hr,
.entry-content hr {
    background-image: none;
    border-top: solid 1px #728089;
}

.article-title a {
    font-family: "Palatino Linotype";
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-left: 0;
}

.entry-content h5,
.entry-content h6{
    margin: 10px 0;
}
.entry-content h5{
    font-size: 14px;
}
.entry-content h6{
    font-size: 12px;
}
.panel-body h3,
.article-content-group h3, 
.entry-content h3 {
    font-family: 'Palatino Linotype';
    color: #777777 !important;
    font-size: 22px !important;
}
.panel-body h3 a:visited,
.article-content-group h3 a:visited, 
.entry-content h3 a:visited {
    color: #777777 !important;
}

.panel-body h3 a:hover,
.article-content-group h3 a:hover, 
.entry-content h3 a:hover {
    color: #F8A132 !important;
}
.panel-body h3{
    margin-left: 0;
    margin-right: 0;
}

.article-content-group h3 {
    text-indent: 0px;
    margin-top: 0;
    margin-left: 0;
}
/********* end Body ************/

/********* Footer ************/
.site-footer {
    color: #dce0e2 !important;
    font-weight: normal;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 45px;
}


.site-footer a {
    color: white;
    font-weight: normal;
}

.site-info {
    padding-top: 50px !important;
}

.footer_licence {
    font-family: Arial;
    color: white;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
}

.footer_licence img {
    float: left;
    margin-right: 10px;
}

.footer_licence a:hover {
    text-decoration: underline !important;
}

.footer_nav {
    text-align: right;
}

.footer_nav a {
    font-size: 14px;
    font-family: "Palatino Linotype";
    text-transform: lowercase;
}

.footer_nav a:active, .footer_nav a:focus, .footer_nav a:hover {
    color: #F8A132 !important;
    background-color: transparent !important;
}

.footer_nav .navbar-nav > li > a {
    padding-top: 10px;
}

.footer_nav a.active {
    color: #F8A132 !important;
}
/********* end Footer ************/



.carousel-caption {
    height: auto;
    color: black;
    padding: 0;
    padding-left: 25px;
    position: static;
    text-align: left;
    text-shadow: 0 0 0 white;
    left: 0;
    right: 0;
}

.carousel-inner > .item {
    height: 125px !important;
    min-height: 120px;
    padding-bottom: 10px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    float: right; /* adjust as needed */
    content: "" !important;
    background: transparent url('images/icoCollapse.png') no-repeat;
    width: 31px;
    height: 30px;
    margin-right: -28px;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-family: 'Glyphicons Halflings';
    float: right; /* adjust as needed */
    content: "" !important;
    background: transparent url('images/icoExpand.png') no-repeat;
    width: 31px;
    height: 30px;
    margin-right: -28px;
}

.clearfix {
    line-height: 0px;
}

.lyric-paragraphs {
    overflow: auto !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.panel-title > a {
    		font-family: "Source Sans Pro";
		}
		.lyric-paragraphs p {
			font-family: "Source Sans Pro";
		}
}