@charset "UTF-8";

/*** 
Left Header Gradient: 		255,255,255
Right Header Gradient:		255, 255, 255
***/

.transp-bg-left {
background: rgb(255,255,255); /* Old browsers */
    background: linear-gradient(to right, rgba(255,255,255, 1) 0%, rgba(255,255,255, 1) 35%, rgba(255,255,255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.transp-bg-right {
background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1100px) and (max-width: 1500px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 1) 10%, rgba(255,255,255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(255,255,255, 0.95) 0%, rgba(255,255,255, 1) 5%, rgba(255,255,255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 1) 5%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}


/* Header Bottom Border */
.main-header {
	border-bottom: 2px solid #FFFFFF;	
}

/* Heading1Section Gradient */
#Offline .Heading1Section, #Offline #header, #Offline .PageHeading, .mobile-sponsors .Heading1Section, .mobile-content-holders .item-header, .bg-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005636+0,00492a+100 */
background: #005636; /* Old browsers */
background: -moz-linear-gradient(left, #005636 0%, #00492a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #005636 0%,#00492a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #005636 0%,#00492a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005636', endColorstr='#00492a',GradientType=1 ); /* IE6-9 */

color: #ffffff  /* Text colour change - optional*/
}


/* Print Button Gradient */
.print-newsletter {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005636+0,00492a+100 */
background: #005636; /* Old browsers */
background: -moz-linear-gradient(left, #005636 0%, #00492a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #005636 0%,#00492a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #005636 0%,#00492a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005636', endColorstr='#00492a',GradientType=1 ); /* IE6-9 */

}

/* Print Button Hover Gradient */
.print-newsletter:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00492a+0,005636+100 */
background: #00492a; /* Old browsers */
background: -moz-linear-gradient(left,  #00492a 0%, #005636 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00492a 0%,#005636 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #00492a 0%,#005636 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00492a', endColorstr='#005636',GradientType=1 ); /* IE6-9 */



}


/* Top Icon Colour */
.top-menu.wrapper li a, .top-menu.wrapper li i, .mobile-menu-title, .mobile-menu-toggle {
    color: #ffffff;
}

/* Top Icon Hover Colour */
.top-menu.wrapper li:hover a, .top-menu.wrapper li:hover i {
    color: #d6d6d6;
}


/* Print Button Text Colour */
.fixed-menu .print-newsletter span, .fixed-menu .print-newsletter i {
    color: #ffffff;
    text-shadow: none !important;
}

.sidepanel.left p.ImageCenter img {
    background: -moz-linear-gradient(center top , #fff, #dfdfdf 50%, #cecece) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.main-nav li {
    text-shadow: none !important;
}
.main-nav li:hover, .main-nav li.active {

}
.class_list_btn a {
	padding: 7px 10px;
	background-color: #00492a;
	color: white !important;
	border-radius: 5px; 
	margin-bottom: 15px;
	width: 135px;
	display: inline-block;

-webkit-box-shadow: -1px 7px 21px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 7px 21px -6px rgba(0,0,0,0.75);
box-shadow: -1px 7px 21px -6px rgba(0,0,0,0.75);
}

.class_list_btn a:hover{
text-decoration: underline;
}

