body {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size:14px;
}

#wrapper {
	margin: 0 auto !important;
	width:90%;
	border:none !important;
	background:none !important;
}

.site-page {
	width: 40%;
	position:relative;
	float:left;
}

.site-logo {
	width: 26%;
	float: left;
	position: relative;
}

.site-social {
	float:left;
	width:34%;
	position:relative;
}

#custommenu > .yui3-menu ul.first-of-type {
	background: #cfe3ff !important;
}

#custommenu > .yui3-menu ul.first-of-type li {
	border:none !important;
}

#custommenu > .yui3-menu ul.first-of-type li.yui3-menuitem > a.yui3-menuitem-content {
	padding: 10px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#585f69;
}

#custommenu > .yui3-menu ul.first-of-type li > a.yui3-menu-label {
	padding: 10px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#585f69;
}

.custom-footer {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	padding:20px;
	background:#fff;
	border-top:1px solid #ccc;
}

.headermenu {
	margin-top:5em;
}

.headermenu a {
	color: #fff;
}

.navbar {
	margin:0 !important;
}

.headermenu > .logininfo ,.headermenu > .logininfo a {
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	color:#fff;
	font-size:14px;
}
/**GALLERY SLIDER**/
.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
	margin-top:5%;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.5);
	border:5px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 20px 0 0 0;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../pix/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
/*END HERE GALLERY SLIDER*/

h2.custom-page-title {
	font-family: Source Sans Pro !important;
}

strong {
	font-family: Source Sans Pro !important;
}

.module-fees-table {
	width:60%;
	position:relative;
	float:left;
	margin-left: 20% !important;
}
table.module-fees-table , table.module-fees-table th , table.module-fees-table td {
	border:1px solid #ccc;
}

table.module-fees-table thead.info {
	background-color:#337ab7;
	color:#fff;
}

table.module-fees-table thead.info th {
	border:1px solid #337ab7 !important;
}

div.label-success {
	background-color:#5cb85c;
	color:#fff;
	padding:10px;
	border-radius:5px;
	margin-bottom:5px;
}

div.label-primary {
	background-color:#337ab7;
	color:#fff;
	padding:10px;
	border-radius:5px;
	margin-bottom:5px;
}
div.label-info {
	background-color:#5bc0de;
	color:#fff;
	padding:10px;
	border-radius:5px;
	margin-bottom:5px;
}
div.label-warning {
	background-color:#f0ad4e;
	color:#fff;
	padding:10px;
	border-radius:5px;
	margin-bottom:5px;
}

p.text-success {
	color:#5cb85c;
}

/* TEACHER CUSTOM CSS */
.teacher-panel {
	width:90%;
	position:relative;
	float:left;
	border:1px dashed #ccc;
	margin-bottom:15px;
	padding:10px;
}

.pic-subpanel {
	width:20%;
	position:relative;
	float:left;
}

.desc-subpanel {
	width: 35%;
	position:relative;
	float:left;
}

.desc-subpanel p {
	margin:5px !important;
	font-size:16px;
}

.desc-subpanel strong {
	font-size:16px;
}
.desc-subpanel ul {
	margin:0;
	float:left;
	position:relative;
}
.desc-subpanel ul li {
	list-style:none;
}

.width-2 {
	float:left;
	position:relative;
	width:20%;
}

.width-4 {
	float:left;
	position:relative;
	width:40%;
}

.width-3 {
	float:left;
	position:relative;
	width:30%;
}

.width-6 {
	float:left;
	position:relative;
	width:60%;
}
p , li, a , h1, h2, h3, h4, h5 {
	font-family: Source Sans Pro !important;
}
.width-12 {
	float:left;
	position:relative;
	width:100%;
}

.custom-p {
	margin-bottom: 0 !important;
	font-family: Source Sans Pro !important;
}

.company-profile {
	padding-top: 15px;
}

.company-profile p {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.company-profile p:first-child {
	border-top:1px solid #ccc;
}

img.resourceimage {
	width:100% !important;
}