/* Document level adjustments */
@media (min-width: 1231px){ html { font-size: 110%; }}
@media (max-width: 1232px){ html { font-size: 110%; }}
@media (max-width: 768px){ html { font-size: 100%; }}
@media (max-width: 768px) { html { font-size: 95%; }}
@media (max-width: 480px) { html { font-size: 90%; }}
@media (max-width: 368px) { html { font-size: 80%; }}
@media (min-width: 768px) { #top-nav-list {font-size: 0.8em;}}
@media (max-width: 767px) { ul#top-nav-list {display:none;}}
/* for aksharamukha */
div#aksharamukha-navbar {
background: #F1F1E7;
border: 1px solid teal;
top: 0px;
}
/* background: #FFF3E7; height: 500px; overflow-y: scroll; */
#brand{
  background-image: url("https://sanskritdocuments.org/css/images/ddmenu-bg-1.jpg");
  background-repeat: repeat-x;
  background-size: 100% auto;
}
#sitename{
  text-align:left;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  font-size:1.75em;
  color:#FFEBD7;
  font-weight:bold;
}
/* for old guestbook */
.post {
background :#FFCC99;
margin: auto;
padding : 15px;
border-radius: 0px;
text-align:left;
width: 95%;
max-width: 1232px;
border: solid 2px maroon;
}
.post .date {
float : right;
}
.post .date-output {
color : #000080;
}
.date-dmy {
  display:block;
}
.response {
zoom : 1;
overflow : hidden;
}
.response-wrapper {
zoom : 1;
overflow : hidden;
margin-bottom : 10px;
}
.question {
float : left;
clear : left;
width : 30%;
color : #000080;
}
.answer {
float : left;
margin-left : 5px;
width : 65%;
color : #000000;
}
.reply {
color : Maroon;
float : left;
margin-left : 5px;
width : 65%;
font-weight: bold;
}
/* Set em level font-size only for elements of phrasing content model. */
h1  { color: Maroon; font-size: 2em; margin: .67em 0 }
h2  { font-size: 1.5em; margin: .75em 0 }
h3  { font-size: 1.17em; margin: .83em 0 }
h5  { font-size: .83em; margin: 1.5em 0 }
h6  { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,h5, h6  { font-weight: bolder; text-align:center; }
p, blockquote {font-size: 1em;}
.menu, #MenuTabA, .btn, .btndrop, .btndrop li, .anylinkcsscols li {font-size: 0.9em;}
#top-nav-list {font-size: 0.8em;}
div.feedburnerFeedBlock { 
border: solid 2px Chocolate;
background: #FFEBD7;
margin: 10px;
padding: 0px 5px 0px 15px;
color:#04647B;
}
.feedTitle { 
font-weight:bold; 
text-align: center;
}
a[href$=".itx"]:after 
{
  content: 'ITX';
  padding-left:2px;
}
a[href$=".tex"]:after 
{
  content: '(TEX)';
  padding-left:2px;
}
a[href$=".pdf"]:after 
{
  content: url(../w_web_image/pdf.gif);
  padding-left:2px;
}
/*   New fonts Setup */
@font-face {
  font-family: 'Noto Sans Telugu';
  src: url('https://cdn.jsdelivr.net/gh/googlei18n/noto-fonts/phaseIII_only/unhinted/otf/NotoSansTelugu/NotoSansTelugu-Regular.otf')
}
*[lang="te"] {
font-family: 'Noto Sans Telugu', serif; 
font-size: 1.2em;
}
@font-face {
  font-family: 'Noto Sans Kannada';
  src: url('https://cdn.jsdelivr.net/gh/googlei18n/noto-fonts/phaseIII_only/unhinted/otf/NotoSansKannada/NotoSansKannada-Regular.otf')
}
*[lang="kn"] {
font-family: 'Noto Sans Kannada', serif;
font-size: 1.2em;
}
@font-face {
  font-family: 'Noto Sans Malayalam';
  src: url('https://cdn.jsdelivr.net/gh/googlei18n/noto-fonts/phaseIII_only/unhinted/otf/NotoSansMalayalam/NotoSansMalayalam-Regular.otf')
}
*[lang="ml"] {
font-family: 'Noto Sans Malayalam', serif; 
font-size: 1.0em;
}
/* Tamil */
@font-face {
font-family: 'GranTamil';
src:  url('https://sanskritdocuments.org/css/fonts/e-Grantamil.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Noto Sans Tamil';
  src: url('https://cdn.jsdelivr.net/gh/googlei18n/noto-fonts/phaseIII_only/unhinted/otf/NotoSansTamil/NotoSansTamil-Regular.otf')
}
*[lang="ta"] {
font-family: 'GranTamil', serif !important; 
line-height:1.6;
font-size: 1.2em;
font-weight:bold;
}
*[lang="gt"] {
font-family:  'GranTamil', serif  !important; 
font-size: 1.3em;
font-weight:bold;
color:maroon;
}
/* Tamil Extended - use Agastya Extended Tamil font - Malayalam encoding*/
@font-face {
font-family: 'TamilExtended';
src:  url('https://sanskritdocuments.org/css/fonts/AgastyaExtendedTamil.otf') format('truetype'); 
}
*[lang="tg"] {
font-family:  'TamilExtended', serif  !important; 
line-height:1.75;
font-size: 120%;
font-weight:bold;
color:brown;
}
/* Grantha */
@font-face {
font-family: 'GranthaSans';
src: url('https://cdn.jsdelivr.net/gh/googlei18n/noto-fonts/unhinted/otf/NotoSansGrantha/NotoSansGrantha-Regular.otf');
}
*[lang="gr"] {
font-family:  'GranthaSans', sans  !important; 
font-size: 1.2em;
line-height:1.75;
color:Maroon;
}
@font-face {
  font-family: 'Noto Sans Gurmukhi Vedic';
  src: url('https://cdn.jsdelivr.net/gh/virtualvinodh/aksharamukha/aksharamukha-front/src/statics/NotoSansGurmukhi-Vedic.otf')
}
*[lang="pa"] {
font-family: 'Noto Sans Gurmukhi Vedic', serif; 
font-size: 1.2em;
}
@font-face {
  font-family: 'Lohit Oriya Vedic';
  src: url('https://cdn.jsdelivr.net/gh/virtualvinodh/aksharamukha/aksharamukha-front/src/statics/Lohit-Oriya-Vedic.otf')
}
*[lang="or"] {
font-family: 'Lohit Oriya Vedic', serif; 
font-size: 1.2em;
}
@font-face {
  font-family: 'Noto Sans Bengali Vedic';
  src: url('https://cdn.jsdelivr.net/gh/virtualvinodh/aksharamukha/aksharamukha-front/src/statics/NotoSansBengali-Vedic.otf')
}
*[lang="bn"] {
font-family: 'Noto Sans Bengali Vedic',serif; 
font-size: 1.2em;
}
@font-face {
  font-family: 'Noto Sans Gujarati Vedic';
  src: url('https://cdn.jsdelivr.net/gh/virtualvinodh/aksharamukha/aksharamukha-front/src/statics/NotoSansGujarati-Vedic.otf')
}
*[lang="gu"] {
font-family: 'Noto Sans Gujarati Vedic', serif; 
font-size: 1.2em;
}
@font-face {
font-family: 'Shobhika';
src:  url('https://sanskritdocuments.org/css/fonts/Shobhika-Regular.otf') format('truetype'); 
}
*[lang="iast"] {
font-family: 'Shobhika',  serif; 
font-size: 1.1em;
}
*[lang="sa"] {
font-family:  'Shobhika', serif; 
font-size: 1.1em;
}

@media (max-width: 367px) { #breadcrumb {display:none;}}
@media (min-width: 368px) { #breadcrumb {
	font-size: 75%; 
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
}
#breadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 35px;
	background: SandyBrown;
	background: linear-gradient(SandyBrown, Chocolate);
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
#breadcrumb a:first-child {
	padding-left: 16px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
#breadcrumb a:first-child:before {
	left: 14px;
}
#breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 16px;
}
/*hover/active styles*/
#breadcrumb a.active, #breadcrumb a:hover{
	background: Chocolate;
	background: linear-gradient(Chocolate, Maroon);
}
#breadcrumb a.active:after, #breadcrumb a:hover:after {
	background: Chocolate;
	background: linear-gradient(135deg, Chocolate, Maroon);
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
#breadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of #breadcrumb a */
	width: 36px; 
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	background: SandyBrown;
	background: linear-gradient(135deg, SandyBrown, Chocolate);
	/*stylish arrow design using box shadow*/
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	/*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
#breadcrumb a:last-child:after {
	content: none;
}
}
/* Set em level font-size only for elements of phrasing content model. */
h1 { font-size: 1.3em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.2em; }
p, blockquote {font-size: 1em;}
.btn, .btndrop, .btndrop li, .anylinkcsscols li {font-size: 0.8em;}
body { 
background:#ffcc99;
font-family: 'Shobhika', serif; 
margin: 0;
padding: 0;
color: black;
line-height:150%;
}
#wrapper {
background:#ffcc99;
margin:auto; 
padding: 0px;
width:100%;
max-width:1232px;
border: solid 2px maroon;
}
#BodyHref{
width:97%;
margin: 0 auto;
}
#BodyHref a:hover{
text-decoration:underline;
}
em{
font-style:normal;
font-weight:bold;
}
#header {
text-align:center;
color: maroon;
position: relative;
padding: 5px 10px;
margin: 0 0 10px 0;
}
#header h1 {
margin: 0;
padding: 0;
text-shadow: 1px 1px 1px #aaa;
}
#header h2 {
color: maroon;
}
#header p {
margin: 5px;
}
#article{
background: #FFF3E7;
border: 1px solid #cccccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
align:"center";
}
/* == for sanskrit webpages to display devenagari without needing <br> after each line == */
pre {
white-space:pre-wrap;
text-align: left;
} 
pre.inf{
font-family: "Lucida Console", Monaco, monospace;
font-size: 0.8em;
color:#000000;
font-weight:normal;
margin: 0 auto;
background:#FFEBD7;
padding: 5px;
}
pre.namavali{
white-space:pre-wrap;
column-width: 22em; 
-webkit-column-width: 22em; 
-moz-column-width: 22em; 
column-rule: 1px solid; 
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
margin: 0 auto;
padding: 0px 2em;
background: #FFF3E7;
border: 1px solid #cccccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
pre.stotra{
line-height: 175%;
display: table;
width: auto;
margin: 0 auto;
padding: 0px 2em;
background: #FFF3E7;
}
#pre.stotra h1 {
margin: 0;
padding: 0;
text-shadow: 1px 1px 1px #aaa;
}
#pre.stotra h2 {
color: maroon;
}
pre.vedic{
line-height:2.0;
display: table;
width: auto;
margin: 0 auto;
padding: 0px 2em;
background: #FFF3E7;
}
pre.vedic em{
font-weight:bold;
}
pre.vedic:lang(sa) {
font-family:  'Siddhanta', serif; 
font-size: 1.2em;
}
pre.vedic:lang(kn) {
font-family:  'NotoSansKannada', serif; 
font-size: 1.3em;
color:teal;
}
pre.shobhika{
line-height:1.8;
display: table;
width: auto;
margin: 0 auto;
padding: 0px 2em;
background: #FFF3E7;
color: MAROON;
}
pre.shobhika em{
font-weight:bold;
}
pre.shobhika:lang(sa) {
font-family:  'Shobhika', serif; 
font-size: 1.1em;
}
pre.center{
margin: 5px;
padding: 5px;
text-align:center;
line-height:175%;
}
/* =================== */																																		  
#comment {
border: solid 5px teal;
background: #F1F1E7;
margin: 5px;
padding: 5px;
font-size: 0.9em;
font-weight:bold;
text-align: justify;
color:teal;
}
#docinfo {
background: Chocolate;
margin: 5px;
padding: 5px;
}
#footnote {
font-size:0.9em;
}
#footer {
font-size:0.9em;
font-weight:bold;
line-height:200%;
text-align:center;
}
/* ==============*/
hr{ 
padding: 0; 
border: none; 
border-top: medium double #23606E; 
color: #23606E; 
text-align:center;
} 
/* ================================ */
.menu {
margin:0px;
text-align:left;
} 
a.menu{
color:#000000; 
text-decoration:none;
}
/* CSS3 buttons Without Images - for TOP row */
.btn{
border:1px solid #23606E; 
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px;
font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
padding: 3px; 
margin: 2px; 
text-decoration:none; 
display:inline-block;
color: #23606E;
font-weight: bold;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB46B), to(#ffe5cc));
background-image: -webkit-linear-gradient(top, #FFB46B, #ffe5cc);
background-image: -moz-linear-gradient(top, #FFB46B, #ffe5cc);
background-image: -ms-linear-gradient(top, #FFB46B, #ffe5cc);
background-image: -o-linear-gradient(top, #FFB46B, #ffe5cc);
background-image: linear-gradient(to bottom, #FFB46B, #ffe5cc);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFB46B, endColorstr=#ffe5cc);
}
.btn:hover{
color: blue;
background-color: #FFB46B; 
}
/* CSS3 for Dropdown row */
#MenuTabA { 
cursor:pointer;
float:left;
vertical-align:middle;
text-align:center;
}
/* CSS3 buttons Without Images - for Dropdown row */
.btndrop{
border:1px solid #23606E; 
-webkit-border-radius: 10px; 
-moz-border-radius: 10px;
border-radius: 10px;
font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
/* padding is around content - same background, margin is after border,is transparent */
padding: 3px; 
margin: 2px; 
text-decoration:none; 
display:inline-block;
color: #23606E;
font-weight: bold;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB46B), to(#ffe5cc));
background-image: -webkit-linear-gradient(top, #FFB46B, #ffe5cc);
background-image: -moz-linear-gradient(top, #FFB46B, #ffe5cc);
background-image: -ms-linear-gradient(top, #FFB46B, #ffe5cc);
background-image: -o-linear-gradient(top, #FFB46B, #ffe5cc);
background-image: linear-gradient(to bottom, #FFB46B, #ffe5cc);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFB46B, endColorstr=#ffe5cc);
}
.btndrop:after{
color: blue;
content: '▾';
}
.btndrop:hover{
color: blue;
background-color: #FFB46B; 
}
== */
.flowingcolumns {
column-width: 15em; 
-webkit-column-width: 12em; 
-moz-column-width: 12em; 
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
}
/* ================================ */
.contribcolumns {
white-space:pre-wrap;
column-width: 14em; 
-webkit-column-width: 14em; 
-moz-column-width: 14em; 
column-rule: 1px solid; 
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
padding: 0px 1em;
}
/* ================================ */
pre.center{
white-space:pre-wrap;
margin: 5px;
padding: 5px;
text-align:center;
color:Chocolate;
font-weight:bold;
line-height:110%;
}
/* CCSMENUSTYLES.CSS - copied here */
#search{
}
p{
padding:0px 15px ;
}
.flowingcolumns {
column-width: 15em; 
-webkit-column-width: 12em; 
-moz-column-width: 12em; 
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
font-size:1.2em;
}
/* ================================ */
#index-container {
background: #FFB46B;
padding: 5px 10px 10px 10px;
border: 1px solid #cccccc;
}
.index-header {
font-size: 1.2em;
background: #C66301;
margin: 5px 0 0 0;
padding: 5px 5px;
cursor: pointer;
color: #FFEBD7;
-moz-border-radius: 5px ;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.index-header h6 {
font-size: 0.8em;
}
.index-header a {
color: #dddddd;
}
.index-content {
background: #FFCC99;
border: 1px solid #cccccc;
border-top: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
a {
text-decoration: none;
}
.index-content a:link {
color:Navy;
}
.index-content a:visited {
color:#04647B;
}
.index-content a:hover, 
.index-content a:active  {
color: #FFEBD7;
background:#04647B;
}
/* ============================== */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Arial, Helvetica, sans-serif;
  background: #C66301;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px 10px ;
  font-size: 0.8em;
  text-decoration: none;
  color: Gainsboro;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: Gainsboro;
  background:#04647B;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 22px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: Gainsboro;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: Gainsboro;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 10px;
  width:16em;
  font-size: 0.8em;
  text-decoration: none;
  color:#FFFFFF ;
  font-weight: 400;
  background:#61929E ;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color:#FFEBD7  ;
  background:#04647B;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: Gainsboro;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: Gainsboro;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 900px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 900px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 900px), only screen and (min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (min-resolution: 192dpi) and (max-width: 900px), only screen and (min-resolution: 2dppx) and (max-width: 900px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 250px;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    font-size: 110%;
    font-weight: bold;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: White;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: Gainsboro;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: Gainsboro;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid White;
    border-bottom: 2px solid White;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: White;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: Gainsboro;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: Gainsboro;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* ================================ */
#top-nav-list {
text-align:center;
display: block;
padding : 5px 0px;
margin:0;
}
#top-nav-list li {
padding: 2px;
display: inline;
list-style: none;
}
#top-nav-list > :first-child::before {
content : '' !important;
}
#top-nav-list li::after {
content : ' |';
color: maroon;
}
/* ================================ */
