@charset "utf-8";
/* CSS Document */

@font-face 
{
	font-family:"Ostrich Sans Rounded Medium";
	src:url("..fonts/ostrich-rounded.eot?") format("eot");
	src: local('Ostrich Sans Rounded Medium'), url('../fonts/ostrich-rounded.woff') format('woff'),  
		url("..fonts/ostrich-rounded.ttf") format("truetype"),
		url("..fonts/ostrich-rounded.svg#OstrichSansRounded-Medium") format("svg");
	
	font-weight:normal;
	font-style:normal;
}

@font-face 
{
	font-family: '33535gillsansmt';
	src:url("..fonts/33535gillsansmt.eot?") format("eot");
	src: local('33535gillsansmt'), url('../fonts/33535gillsansmt.woff') format('woff'),  
		url("..fonts/33535gillsansmt.ttf") format("truetype"),
		url("..fonts/33535gillsansmt.svg#33535gillsansmt") format("svg");
	
	font-weight:normal;
	font-style:normal;
}
a:focus
{
	outline:none !important;
}

h1,h2,h3,h4,h5,
p,
.navigation
{
	margin:0;
}

.navbar-default .navbar-toggle
{
	font-family: '33535gillsansmt';
	text-transform:uppercase;
	width:100%;
	color:#fff;
	margin-right:0;
	border:none;
	border-radius:0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
	background:transparent;
}

.pad0
{
	padding:0 !important;
}	

.submit
{
	background:#099ad1;
	color:#FFFFFF;	
}

.header-logo .col-md-3 {
position: absolute;
    right:95px;
    top: 45px;
}

.table
{
	margin-bottom:0;
}

.table > tbody > tr > td
{
	border:none;
}

.pad
{
	padding-left:0;
	padding-right:0;
}

.padl15
{
	padding-left:15px;
}

.marb20
{
	margin-bottom:20px;
}

.border-left-blue
{
	border-left:5px solid #1876e9;
}

ul
{
	margin:0;
	padding:0;
}

a
{
	-webkit-transition: 0.25s ease-in-out all;
    -moz-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
}

a:hover
{
	text-decoration:none;
}

.top-bar
{
	font-family: 'Open Sans', sans-serif;
	padding:2px 0;
	background:rgb(103,103,103);
	color:#fff;	
}	

.top-bar h4
{
	font-size:12px;
	text-transform:uppercase;	
	margin: 10px 0;
}

.social-icons
{
	list-style:none;	
}

.social-icons li
{
	display:inline-block;
	color:#fff;
}

.social-icons li a
{
	color:#fff;
	padding:0 5px;
}

.social-icons li a i
{
	font-size:18px;
}

.header-logo
{
	/*padding:15px 0;*/
	/* border-bottom:2px solid rgb(103,103,103); */
}

.navigation
{
	border:none;
	border-radius:0;
	background:rgb(24,118,233);	
}

.navigation ul.nav li a
{
	/*font-family:"Ostrich Sans Rounded Medium";	*/
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	font-size:14px;
	color:#fff !important;
	
}

.navigation ul.nav li a:hover {
  background: #135ebb none repeat scroll 0 0;
  color: #fff;
}
.navigation ul.nav li a:active {
	color:#000;
}

.search-box
{
	font-family: 'Open Sans', sans-serif;
	margin-top:18px;
	/*width:75%;*/
}

.search-box span
{
	font-size:12px;
}

.header-logo h3 {
font-family: 'Open Sans', sans-serif;
font-size:13px;
padding-bottom:5px;
color:#353333;
}
.number {
margin-top:20px;
}


#course-finder .form-control, .newsletter-form .form-control {
    /*height: 40px;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #E9E9E9;
    border-right: none;
}

#course-finder .input-group-btn:last-child > .btn, .newsletter-form .input-group-btn:last-child > .btn {
    margin-left: 0;
}

#course-finder .btn-default {
    background-color: #68b5e6;
}

#course-finder .btn-default, .newsletter-form .btn-default {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    /*padding: 9px 12px;*/
}

#course-finder .btn-default:before {
    border-right: 5px solid #68b5e6;
}

#course-finder .btn-default:before, .newsletter-form .btn-default:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    z-index: 999;
}

.btn, .btn:before, .btn:after {
    -webkit-transition: 0.25s ease-in-out all;
    -moz-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
}


.welcome-quote,
.news
{
	margin-bottom:35px;
}
.slider {
/*margin-bottom:25px;*/
}
.admissions {
margin-top:30px;
}

.welcome
{
	padding:15px;
	background:#eaeaea;
	color:#6f6f6f;
}

.welcome-header
{
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}	

.welcome-header span
{
	color:#1876e9;
	font-weight:bold;
}

.welcome p
{
	font-family: 'Open Sans', sans-serif;	
	font-size:12px;
	font-weight:600;
	text-align:justify;
}

.readmore
{
	font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	background:rgb(24,118,233);
	color:#fff;
	border:none;
	border-radius:0;
	text-transform:uppercase;
	margin:20px 0;
}

.welcome .table
{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	border-spacing: 10px;
    border-collapse: separate;
}

.welcome .table tr td
{
	padding:10px;
	vertical-align:middle;
}

.welcome .table tr td a
{
	color:#fff;
	display:block;
	font-size: 13px;
}

.welcome .table tr:nth-child(3n+1)
{
	background:#5dca9d;
}

.welcome .table tr:nth-child(3n+2)
{
	/*background:#c5cace;*/
	background:#999;
}

.welcome .table tr:nth-child(3n+3)
{
	background:#f3cc0c;
}

.news ul.nav
{
	border:none;
}

.news ul.nav li
{
	width:50%;
}

.news ul.nav li a
{
	font-family: '33535gillsansmt';
	font-size:16px;
	font-weight:bold;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
	border-left:5px solid transparent;
	background:#9f9f9f;
	border:none;
	
	border-radius:0;
	margin-right:0;
}

.news ul.nav li a:first-child
{
	margin-right:2px;
}

.news ul.nav li.active a
{
	border:none;
	background:#9f9f9f;
	border-left:5px solid #1876e9;
}

.news .tab-content
{
	font-family: '33535gillsansmt';	
	padding:20px 35px;
	background:#f1f1f1;
	color:#4a4a4a;
	min-height:238px;
	display:block;
}

.news .tab-content h3
{
	font-size:20px;
	color:#4a4a4a;
}

.news .tab-content h3 span
{
	color:#ea5644;
	font-size:14px;
	text-transform:uppercase;
}

.admissions
{
	font-family: '33535gillsansmt';	
	color:#4a4a4a;
	background:url(../images/admission.jpg) no-repeat;
	background-size:100% 100%;
	min-height:278px;
	padding:15px;	
}

.admissions h4
{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
}

.admissions p
{
	font-size:15px;
}

.footer-top
{
	background:url(../images/footer.jpg) no-repeat;
	background-size:cover;
	padding:20px 0 30px 0;
	color:#4a4a4a;
	display: none;
}

.footer-grid h4
{
	font-family: '33535gillsansmt';	
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	color:#4a4a4a;
	border-left:5px solid #1876e9;
	padding-left:10px;
	margin-bottom:10px;
}

.footer-grid p
{
	font-family: '33535gillsansmt';	
	font-size:15px;
}

.qlinks,
.branch
{
	font-family: '33535gillsansmt';	
	list-style:none;	
}

.qlinks li:before,
.branch li:before
{
	font-family: FontAwesome;
	content:"\f101";
	padding-right:5px;
	font-size:12px;
	vertical-align:middle;
}

.qlinks li a,
.branch li a
{
	color:#FFFFFF;
}

.branch li a
{
	font-size:13px;	
}

.newsletter
{
	font-family: '33535gillsansmt';	
	margin-top:15px;
}

.newsletter input
{
	width:65% !important;
	float:left;
	margin-right:5px;
	border:1px solid #EAEAEA;	
}

.disclaimer
{
	font-family: '33535gillsansmt';	
	background:#4a4a4a;
	padding:30px 0 30px 0;
	color:#f9f9f9;
}

.copyright p,
.copyright a
{
	color:#818181;
}

.copyright a:hover
{
	color:#fff;
}

.copyright
{
	/*margin-top:20px;*/
	padding:30px;
}

#cdetails i
{
	padding-right:5px;
}

#cdetails p
{
	margin-left:20px;
}


.about {
	padding:15px;
}

.about h3 {
	font-family: 'Open Sans', sans-serif;
	color: rgb(24, 118, 233);
	font-weight: bold;
	margin:10px 0;
	/* font-size:16px; */
	text-transform:uppercase;
}

.course h4 {
	font-family: '33535gillsansmt';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 10px;
	margin-top:15px;
}

.course1 h4 {
	font-family: '33535gillsansmt';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 10px;
	margin-top:15px;
}

.course1 p {
margin:10px 0;
}

.course1 i {
color:rgb(24, 118, 233);
font-size:20px;
}

.breadcrumb
{
    font-family: 'Open Sans', sans-serif;
}

.hlist
{
	 font-family: 'Open Sans', sans-serif;
}

.hlist th
{
	text-align:center;
	font-size:16px;
	padding:15px 50px;
}

.hlist td
{
	padding:10px;
	font-size:14px;
}

.welcome h4
{
	 font-family: 'Open Sans', sans-serif;
	 margin:15px 0;	
}

.inner-banner
{
	background:url(../images/inner-banner.jpg) no-repeat;
	background-size:cover; 	
	margin-bottom:20px;	
}

.inner-banner h3
{
	font-family: 'Open Sans', sans-serif;
	padding:30px 30px 30px;
	text-transform:uppercase;
}

.footer-grid .col-md-6 {
padding:5px;
}

.kode_calender{
	float:left;
	width:100%;
}

.kode_calender .fc-toolbar{
	padding: 18px 20px;
	margin-bottom: 0px;
	position: relative;
	background:rgb(24,118,233);
}
.kode_calender .fc-toolbar h2{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	text-transform: uppercase;
	position: absolute;
	left: 5px;
	top:25px;
	width: 100%
}
.kode_calender .fc-right button{
	background:none;
	border:none;
	box-shadow: none;
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
	text-shadow:none;

}
.kode_calender .fc-right .fc-today-button{
	background-color:#649ADC;
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	position: absolute;
	left: 0px;
	color:#FFFFFF;
	top:0px;
	padding: 10px 10px;

}

.marquee {
padding:20px 0;
}

.marquee p {
color:#3e4095;
font-family: 'Open Sans', sans-serif;
font-size:16px;
font-weight:600;
}
.marquee a {
color:#FF0000;
}

.updates span a {
/*border:1px solid #CCCCCC;*/
color:#FF0000;
}

.updates p {
color:#1876e9;
margin-bottom:5px;
}
.updates marquee {
padding:20px;
}
.updates ul li {
list-style:none;
color:#FF0000;
}

.img img {
    width: 24%;
    float: left;
    padding: 3px;
}