	html {
	    background-repeat: repeat;
	    background-image: url('../../images/gold_scale.png');
	}
	body {
		margin: 0;
		padding: 0;
		float: none;
		overflow: 0;
	    background: inherit;
	    color: #707478;
	}
	@media (min-width: 768px) {
		width: 95%;
	}
	.top {
	    background: -moz-linear-gradient(90deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* ff3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(140,9,0,1)), color-stop(100%, rgba(234,15,0,1))); /* safari4+,chrome */
	    background: -webkit-linear-gradient(90deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* safari5.1+,chrome10+ */
	    background: -o-linear-gradient(90deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* opera 11.10+ */
	    background: -ms-linear-gradient(90deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* ie10+ */
	    background: linear-gradient(0deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* w3c */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8C0900', endColorstr='#ea0f00',GradientType=0 ); /* ie6-9 */ 
	}
	.attendance_summery .table>thead>tr>th, .attendance_summery .table>tbody>tr>td {
	    padding: 3px;
	}
	.attendance_summery .table {
	    margin-bottom: 0px;
	}
	.top h3 {
	    color: #fff;
	    margin: 5px 0 0 15px;
	    text-transform: uppercase;
	    font-size: 18px;
	}
	.top .navbar-nav > li > a {
	    padding: 5px 15px;
	}
	.notice-board .panel-group {
	    margin-bottom: 0;
	    border: 1px solid #9bccff;
	}
	.notice-board .panel-group .panel-title a:after {
	    right: 5px;
	    margin-top: -12px;
	    color: #fff;
	}
	.notice-board .panel-collapse {
	    padding: 0;
	}
	.notice-board .panel-group .panel-title {
	    line-height: 22px;
	    font-size: 18px;
	}
	.notice-board .panel-group .panel-default {
		border: 0px solid #eff2f7;
	    margin: 0;
	}
	.notice-board .panel-group .panel+.panel {
	    margin-top: 5px;
	}
	.notice-board .panel-body {
	    color: #777;
	    font-size: 0.95em;
	    line-height: 1.2em;
	}
	.notice-board .panel-group .panel-title a {
	    padding: 0;
	    color: #dedede;
	}

	.header {
	    padding: 0px 0 0 15px;
	}
	.logo {
	    width: 140px;
	    height: 100px;
	    float: left;
	    margin-right: 20px;
	}
	h1.school-name {
	    color: inherit;
	    letter-spacing: 1px;
	    font-weight: bold;
	    margin-top: 10px;
	    font-size: 28px;
	    text-transform: uppercase;
	}
	h3.school-address {
	    color: inherit;
	    letter-spacing: 1px;
	    font-weight: bold;
	    margin-top: 10px;
	    font-size: 20px;
	    text-transform: uppercase;
	}
	.footer {
	    color: #fff;
	    padding: 0em 15px 10px;
	    border-top: 3px solid #ff5500;

	    background: -moz-linear-gradient(270deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* ff3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234,15,0,1)), color-stop(100%, rgba(140,9,0,1))); /* safari4+,chrome */
	    background: -webkit-linear-gradient(270deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* safari5.1+,chrome10+ */
	    background: -o-linear-gradient(270deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* opera 11.10+ */
	    background: -ms-linear-gradient(270deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* ie10+ */
	    background: linear-gradient(180deg, rgba(234,15,0,1) 0%, rgba(140,9,0,1) 100%); /* w3c */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0f00', endColorstr='#8C0900',GradientType=0 ); /* ie6-9 */ 
	}
	.main-content .title {
	    text-align: center;
	    border-bottom: 3px solid #ff5500;
	    padding: 10px;
	    margin-bottom: 15px;
	    border-radius: 5px;
	}
	.main-content .title h1 {
	    margin-bottom: 0px;
	    font-size: 26px;
	    line-height: 26px;
	    text-align: left;
	    text-transform: capitalize;
	}
	.img-thumbnail {
	    background-color: #76B6E1;
	    border: 4px solid #E08B36;
	    border-radius: 100px;
	    padding: 4px;
	    width: 150px;
	    height: 150px;
	}
	.clock {
	    float: left;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10px;
	}
	#canvas {
	    background-color: #050202;
	    border: 0 solid;
	    border-radius: 100px;
	}
	.visitor1 {
	    border: 2px solid #007f40;
	    color: #ea0f00;
	    float: left;
	    width: 100%;
	    padding: 15px 15px 10px;
	}
	.visitor1 .table {
	    width: 100%;
	    margin-bottom: 0px;
	}
	.visitor1 .table td {
	    border-width: 0px;
	    padding: 0 0 5px;
	}
	.visitor1 .table td:first-child {
	    width: 42%;
	    text-align: right;
	    padding: 3px 10px 0px;
	    font-size: 17px;
	}
	.hit {
	    background-color: #03a0dd;
	    color: white;
	    font-size: 16pt;
	    font-weight: bold;
	    letter-spacing: 2px;
	    padding: 3px 5px;
	    text-align: center;
	    margin: 0px;
	    border-radius: 3px;
	    width: 85%;
	}
	address {
	    color: #fff;
	}

	.grid_4 h3 {
	    color: #fff;
	}
	.copy {
	    margin: 0px 0 0 0;
	    text-align: center;
	    border-top: 0px solid #03A0DD;
	    padding-top: 15px;
	}
	.copy p {
	    color: #fff;
	}
	.banner-bg {
	    background-size: cover !important;
	    -webkit-background-size: cover !important;
	    -moz-background-size: cover !important;
	    -o-background-size: cover !important;
	    min-height: 380px;
	}
	.grid_10 {
	    padding: 0;
	}
	.site-title {
	    float: left;
	}
	.main-content, .sidebar {
	    padding: 15px;
	    margin-bottom: 15px;
	}
	.main-content {
		background: #fff;
	}
	.sidebar {
	    padding-bottom: 0px;
	    padding-top: 0px;
	}
	.banner {
		margin: 0 0 15px 0;
	}
	.title, .notice-board .panel-group .panel-heading {
		border-radius: 3px;
	    color: #fff;
	    padding: 7px 10px;

	    background: -moz-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%); /* ff3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234,15,0,1)), color-stop(100%, rgba(186,12,0,1))); /* safari4+,chrome */
	    background: -webkit-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%); /* safari5.1+,chrome10+ */
	    background: -o-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%); /* opera 11.10+ */
	    background: -ms-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%); /* ie10+ */
	    background: linear-gradient(0deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%); /* w3c */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0f00', endColorstr='#BA0C00',GradientType=0 ); /* ie6-9 */ 
	}
	.title h3 {
	    margin: 0;
	    padding: 0;
	    font-size: 18px;
	    line-height: 22px;
	}
	.content {
	    padding: 10px 0px 0;
	}
	.notice{
		margin-bottom: 15px;
	}
	.notice-title {
		margin-right: -15px;
		border-radius: 5px 0 0 5px;
	}
	.notice-content {
	    margin-left: -15px;
	    padding: 4px 10px;
	    height: 36px;
	    border: 1px solid #ea0f00;
	    border-radius: 0 5px 5px 0;
	}
	.notice-content a {
	    padding-right: 25px;
	}
	.module {
		background: #fff;
	    margin-bottom: 15px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

	h3.hit{
		background: #007f40;
	}

	div.clock {
		display: none;
	}


	a {
	    color: #dd3333;
	}
	.website ul li {
	    border-bottom: 1px solid #ddd;
	    padding-bottom: 5px;
	    margin-bottom: 5px;
	}
	.website ul li:last-child {
	    border-bottom: 0px solid #ddd;
	    padding-bottom: 5px;
	    margin-bottom: 0px;
	}
	.contact-form .form-group {
	    margin-bottom: 5px;
	}
	.contact-form label {
	    line-height: 11px;
	    margin-bottom: 3px;
	    color: #fff;
	}
	.contact-form  .btn-sm {
	    line-height: 13px;
	}
	.calendar table {
	    border-left: 1px solid #000;
	    border-top: 1px solid #000;
	    width: 100%;
	}
	.calendar tr {
	    background: #F0F4F7;
	}
	.calendar tr:first-child {
	    display: none;
	}
	.calendar td {
	    border-bottom: 1px solid #000;
	    border-right: 1px solid #000;
	    padding: 0px;
	    text-align: center;
	    /* min-height: 38px; */
	    line-height: 30px;
	}
	.calendar tr.week_name td {
	    color: #ea0f00;
	}
	.calendar .highlight {
	    background: #ff5500;
	    color: #fff;
	}

	.nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus {
	    background-color: #ff5500 !important;
	    border-color: #003300;
	    color: #fff !important;
	}

	.nav .open > a:active, .nav .open > a:active, .nav > li > a:active, .nav > li > a:active {
		background: gold !important;
	}

	.nav_bottom {
	    border-radius: 0px;
	    border-bottom: 1px solid #003300;

	    background: -moz-linear-gradient(90deg, rgba(0,92,46,1) 0%, rgba(0,133,66,1) 63%, rgba(0,143,71,1) 100%); /* ff3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,143,71,1)), color-stop(37%, rgba(0,133,66,1)), color-stop(100%, rgba(0,92,46,1))); /* safari4+,chrome */
	    background: -webkit-linear-gradient(90deg, rgba(0,92,46,1) 0%, rgba(0,133,66,1) 63%, rgba(0,143,71,1) 100%); /* safari5.1+,chrome10+ */
	    background: -o-linear-gradient(90deg, rgba(0,92,46,1) 0%, rgba(0,133,66,1) 63%, rgba(0,143,71,1) 100%); /* opera 11.10+ */
	    background: -ms-linear-gradient(90deg, rgba(0,92,46,1) 0%, rgba(0,133,66,1) 63%, rgba(0,143,71,1) 100%); /* ie10+ */
	    background: linear-gradient(0deg, rgba(0,92,46,1) 0%, rgba(0,133,66,1) 63%, rgba(0,143,71,1) 100%); /* w3c */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008F47', endColorstr='#005C2E',GradientType=0 ); /* ie6-9 */ 

	    font-size: 12pt;
	    margin-bottom: 10px;
	    padding: 0;
	    border: 0;
	}
	.nav_bottom .navbar-collapse {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	ul.nav_1 > li{
	    
	}
	ul.nav_1 li a {
	    color: #fff;
	}
	.dropdown-menu{
		background: #ff5500;
		border: 0px solid #ccc;
	}
	ul.dropdown-menu li:hover a{
	    background: -moz-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* ff3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234,15,0,1)), color-stop(100%, rgba(186,12,0,1))) !important; /* safari4+,chrome */
	    background: -webkit-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* safari5.1+,chrome10+ */
	    background: -o-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* opera 11.10+ */
	    background: -ms-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* ie10+ */
	    background: linear-gradient(0deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* w3c */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0f00', endColorstr='#BA0C00',GradientType=0 ); /* ie6-9 */ 
		color: #fff;
	}
	.avada {
	    height: 29px;
	    width: 29px;
	}
	.margin-bottom-15 {
		margin-bottom: 15px;
	}
	.section-content {
	    margin-bottom: 15px;
	}
	.caption {
	    border-bottom: 1px solid #003300;
	    margin-bottom: 10px;
	}
	.input-group input[type="text"] {
		border: 1px solid #ccc;
		border-bottom-right-radius: 5px;
	    border-top-right-radius: 5px;
	}
	.ui-datepicker {
		z-index: 9999 !important;
	}
	.required {
	    color: red;
	}

	.class-routine .no-margin {
	    margin-bottom: 3px;
	}
	.class-routine .panel-group {
	    margin-bottom: 3px;
	}
	.class-routine .panel-group .panel-default {
	    margin: 0 0 0 0;
	}	
	.class-routine .panel-group .panel-heading {
	    background-color: #003300;
	}
	.class-routine .panel-group .panel-title a {
	    padding: 10px 44px 10px 18px;
	}
	.class-routine .panel-collapse {
	    padding: 0 0px;
	}
	.class-routine .table {
	    width: 100%;
	    margin-bottom: 0px;
	}
	.class-routine .panel-title>a {
	    color: #fff;
	}
	.class-routine .panel-group .panel-heading {
		border-bottom-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	}
	.class-routine .btn-group>.btn {
	    position: relative;
	    float: left;
	    color: #fff;
	    background: #066E17;
	}
	.input-group input[type="text"], select{
		min-height: 34px;
	}

	.info:after {
	    clear: both;
	    content: " ";
	    display: table;
	}
	.info {
	    border-bottom: 3px solid #E08B36;
	    padding: 5px;
	    background: #9BCBEC;
	    border-radius: 15px;
	    border-left: 3px solid #E08B36;
	    border-right: 3px solid #E08B36;
	    margin-bottom: 10px;
	}
	.info-content-left {
	    float: left;
	    width: 25%;
	    height: 100%;
	    margin-bottom: 10px;
	}
	.info img {
	    margin: 5px;
	}
	.info-content-left img {
	    width: 95%;
	    padding: 8px;
	    border-radius: 100%;
	}
	.info-content-right {
	    float: left;
	    width: 75%;
	    height: 100%;
	    margin-bottom: 10px;
	    text-shadow: 1px 1px 2px #74A1C0;
	    color: #535353;
	}
	.info h3 {
	    margin-top: 20px;
	    padding-left: 5px;
	}
	.info p {
	    padding-left: 5px;
	}





	/*-- Sub Sub menu--*/
	.dropdown-submenu {
	    position:relative;
	}
	.dropdown-submenu>.dropdown-sub-menu {
	    top:0;
	    left:100%;
	    margin-top:-6px;
	    margin-left:-1px;
	    -webkit-border-radius:0 6px 6px 6px;
	    -moz-border-radius:0 6px 6px 6px;
	    border-radius:0 6px 6px 6px;
	}
	.dropdown-submenu:hover>.dropdown-sub-menu {
	    display:block;
	}
	.dropdown-submenu>a:after {
	    display:block;
	    content:" ";
	    float:right;
	    width:0;
	    height:0;
	    border-color:transparent;
	    border-style:solid;
	    border-width:5px 0 5px 5px;
	    border-left-color:#cccccc;
	    margin-top:5px;
	    margin-right:-10px;
	    color: #000;
	}
	.dropdown-submenu:hover>a:after {
	    border-left-color:#ffffff;
	}
	.dropdown-submenu.pull-left {
	    float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-sub-menu {
	    left:-100%;
	    margin-left:10px;
	    -webkit-border-radius:6px 0 6px 6px;
	    -moz-border-radius:6px 0 6px 6px;
	    border-radius:6px 0 6px 6px;
	}
	.dropdown-sub-menu {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  text-align: left;
	  list-style: none;
	  background-color: #ff5500 !important;
	  -webkit-background-clip: padding-box;
	          background-clip: padding-box;
	  border: 1px solid #ccc;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 4px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.dropdown-sub-menu > li > a {
		display: block;
		padding: 5px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}


	ul.dropdown-menu li ul.dropdown-sub-menu > li > a {
		background: #ff5500 !important;

	}


	.dropdown-sub-menu > li > a:hover,
	.dropdown-sub-menu > li > a:focus {
	  color: #262626;
	  text-decoration: none;
	  background-color: #f5f5f5;
	}
	.dropdown-sub-menu > .active > a,
	.dropdown-sub-menu > .active > a:hover,
	.dropdown-sub-menu > .active > a:focus {
	  color: #fff;
	  text-decoration: none;
	  background-color: #337ab7;
	  outline: 0;
	}
	ul.dropdown-menu li:hover .dropdown-sub-menu a{
		background-color: #ff5500 !important;
	}
	ul.dropdown-menu li:hover .dropdown-sub-menu a:hover {
	    background: -moz-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* ff3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234,15,0,1)), color-stop(100%, rgba(186,12,0,1))) !important; /* safari4+,chrome */
	    background: -webkit-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* safari5.1+,chrome10+ */
	    background: -o-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* opera 11.10+ */
	    background: -ms-linear-gradient(90deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* ie10+ */
	    background: linear-gradient(0deg, rgba(186,12,0,1) 0%, rgba(234,15,0,1) 100%) !important; /* w3c */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0f00', endColorstr='#BA0C00',GradientType=0 ); /* ie6-9 */ 
	}





	.info-layer {
		background-image: url(../../images/public-data-host-1.jpg);
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background-size: cover;
		background-attachment: fixed;
		background-repeat: repeat-y;
		background-position: top center;
		background-repeat: repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		position: relative;
		overflow: hidden;
		padding-top: 20px ;
		padding-bottom: 0px ;
		margin-bottom: 15px;
	}

.info-layer .data {
	margin-bottom: 20px;
}

   .info-layer .data h2, .info-layer .data h5 {

   		color: #fff;

   }










	/*-- Sub Sub menu--*/

	.digital-content .form-inline {
	    border-bottom: 1px solid #03b1f4;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	}
	.digital-content .content-list {
	    border-bottom: 1px solid #eee;
	    margin-bottom: 10px;
	    padding-bottom: 5px;
	}
	.digital-content .content-title {
	    color: #4472b7;
	    margin-bottom: 8px;
	}
	.digital-content ul.pagination {
	    margin: 1em 0 0;
	    padding-left: 0;
	}
		
	@media (max-width: 768px) {
	.top h3 {
	    text-align: center;
	}
	.top .navbar-nav {
	    margin: 5px 0 0 0;
	    float: left;
	    width: auto;
	}
	.top .nav>li {
	    position: relative;
	    display: block;
	    float: left;
	}
	.logo {
	    width: 95px;
	    height: 60px;
	    float: left;
	    margin-right: 15px;
	}
	h1.school-name {
	    font-size: 16px;
	    margin-top: 5px;
	}
	h3.school-address {
	    font-size: 13px;
	    margin-top: 5px;
	}	
	.notice-title {
	    margin-right: 0px;
	}	
	.notice-content {
	    margin-left: 0px;
	}
	.img-thumbnail {
	    width: 100px;
	    height: 100px;
	}
	}

	@media (min-width: 768px) {
	.container>.navbar-collapse {
	    margin-right: -15px;
	    margin-left: -15px;
	}
	}

	.inner-content {
		border-bottom : 0px solid #fff;
	}
	.online-partner p{
		color: #fff;
	}