#masthead #access {
background:-webkit-gradient(linear, left top, left bottom, from(#2E800E), to(#49C718));
background:-moz-linear-gradient(top, #2E800E, #49C718);
background:linear-gradient(-90deg, #2E800E, #49C718);
}

/*
.navigation-top {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#571845+0,900c3e+17,c70039+33,ff5733+55,ffc300+82,ffc300+100 */
/*   background: #571845; /* Old browsers */
  /*  background: -moz-linear-gradient(top, #571845 0%, #900c3e 17%, #c70039 33%, #ff5733 55%, #ffc300 82%, #ffc300 100%); /* FF3.6-15 */
   /* background: -webkit-linear-gradient(top, #571845 0%,#900c3e 17%,#c70039 33%,#ff5733 55%,#ffc300 82%,#ffc300 100%); /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom, #571845 0%,#900c3e 17%,#c70039 33%,#ff5733 55%,#ffc300 82%,#ffc300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#571845', endColorstr='#ffc300',GradientType=0 ); /* IE6-9 */
/*} */

h1.test-cell-class {
  text-align:center;
  font-family: Garamond,serif;
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
	margin-bottom: 15px;
  color: #b28c35;
  font-weight:bold;
  text-decoration: underline;  
}

a.guru_page:link {
	font-size: inherit;
  color: #a68b44;
  text-decoration: none;
  font-weight:bold;
}

a.guru_page:active {
	font-size: inherit;
  color: #90601d;
  text-decoration: underline;
  font-weight:bold;
}

a.guru_page:hover {
	font-size: inherit;
  color: #90601d;
  text-decoration: none;
}

a.guru_page:visited {
	font-size: inherit;
  color: #a68b44;
  text-decoration: none;
  font-weight:bold;
}

p.guru_page_para {
	color: #a68b44;
 	margin-bottom: 0px;
}

p.footer_para {
	color: #a68b44;
 	margin-bottom: 0px;
  text-align:center;
}

a.menu-footer:link {
	font-size: inherit;
  color: #a68b44;
  text-decoration: none;
}

a.menu-footer:hover {
	font-size: inherit;
  color: #90601d;
  text-decoration: none;
}

#footer-widgets .widget a.black:link {
  color: #666;
  text-decoration: none;
  font-size: inherit;
}

#footer-widgets .widget a:link {
  color: #a68b44;
  text-decoration: none;
  font-size: inherit;
}

#footer-widgets .widget a:hover {
  color: #90601d;
  text-decoration: none;
  font-size: inherit;
}

#masthead .hgroup #header-sidebar aside.widget {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    position: relative;
  	font-weight:bold;
}

.main-navigation {
	margin: 0 -35px;
	background: rgb(222,180,32); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,180,32,1) 0%, rgba(190,138,35,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(222,180,32,1) 0%,rgba(190,138,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(222,180,32,1) 0%,rgba(190,138,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb420', endColorstr='#be8a23',GradientType=0 ); /* IE6-9 */
  position: relative;
  font-size: 0;
  z-index: 1499;
  /* Font awesome icons */
  /* General menu link styling */
}

.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a {
   background: rgba(144, 96, 0, 0.53);
  color: #ffffff;
}

#footer-widgets .widget {
    padding: 0px;
}

#colophon {
    margin-bottom: 0px;
    background: #fcfcfc;
    /*padding: 0px; */
    padding-top: 0px;
  	padding-right: 10px;
  	padding-bottom: 0px;
  	padding-left: 10px;
}

body {
  background: transparent;
}

/*css to disable text highlight will not be able to use ctrl + C  */

body {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none; 
}
/*CSS ends */



/*css to remove image load option in mobile */

img {
	pointer-events: none;
}

/*CSS ends */