html,body,.container {
    height:100%;
}
.containers {
    display:table;
    width: 100%;
    
}

.rows {
    height: 100%;
    display: table-row;
}

.rows .no-float {
  display: table-cell;
  float: none;
}
/* iPhone 5 (portrait)----------- */
@media only screen
and (max-width : 1024px)
 {
/* STYLES GO HERE */
.navbar-j {
	display: none;

}	
.fix-side {
	display: none;
}
.navbar {
	display: inline;
}

}

@media only screen and (min-width: 1025px)
{
	.navbar {
		display: none;
	}
}

html,body
{
	font-family: 'Source Sans Pro', sans-serif;
    height:100%;
    width:100%;
}
body
{
	font-family: 'Source Sans Pro', sans-serif;
    display:table;
}
.dropdown-menu {
	min-width: 250px;
}
.columns {

-moz-column-count: 2;

-moz-column-gap: 1.5em;

-moz-column-rule: none;

-webkit-column-count: 2;

-webkit-column-gap: 1.5em;

-webkit-column-rule: none;

/* future proof */

column-count: 2;

column-gap: 1.5em;

column-rule: none;
-moz-column-break-inside:avoid;
-webkit-column-break-inside:avoid;
column-break-inside:avoid;
text-align: justify;
}

.carousel-control {
	width: 10%;
}
.stroke {
	
	
}
.carousel-indicators {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 15;
    width: 60%;
    height: 20px;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.header-wrap {
	background: url('../img/header.png');
	background-size: cover;
	width: 100%;
	height: 150px;
}
.logo-wrap {
	padding-top : 30px;

}
.logo-wrap img {
	width: 70%;
	height: 90px;
	width: 270px;
}
.no-padding {
	padding: 0px;
}
.navbar-j {
	z-index: 999;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 28%;
	margin: 0 auto;
}
.navbar-j ul {

	bottom: 0;
	width: 100%;
	display: inline-block;
}
.navbar-j li {
	border-color: white;
	color: white;
	display: inline;
	list-style: none;
/* 	width: 15%; */
	float: left;
	margin-bottom: -20px;
/* 	height: 60px; */
}
.navbar-j a {
	vertical-align: middle;
	display: block;
	background-color: #f15a24;
	padding-top: 20px;
	color: white;
	text-align: center;
	width: 120px;
	height: 60px;
	word-wrap: break-word;
	font-weight: bold;
}
.navbar-j a:hover {
	text-decoration: none;
	background-color: grey;
}
.br-top
{
	border-top: 5px #eee solid;
}
.br-left
{
	border-left: 5px #eee solid;
}
.br-right
{
	border-right: 5px #eee solid;
}
/*.navbar-j ul {
	
	display: inline;
	vertical-align: middle;
	text-align: center;
}
.navbar-j li {
	display: inline;
	vertical-align: middle;
	padding-top: 20px;
	background-color: #F15A24;
	float: left;
	height: 60px;
	width: 10%;
	text-align: center;

}
.navbar-j a {
	
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: white;
	height: 100%;
	word-wrap: break-word;
}
.navbar-j li:hover {
	background-color: grey;
}*/
.navbar-default {
	background-color: #F15A24;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mb20 {
	margin-bottom: 20px;
}
.pad-t-20 {
	padding-top: 20px;
}
.pad-l-20 {
	padding-left: 20px;
}
.pad-l-30 {
	padding-left: 30px;
}
.pad-r-0 {
	padding-right: 0;
}
.color-main {
	color: #F15A24;
}
.item {
	max-height: 580;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.high-1 {
	text-align: center;
	display: block;
	width: 150px;
	background-color: #F15A24;
	padding:5px;
	color: white;
	
}
.highlight-wrap {
	
}
.highlight-item {
	display: block;
	background-color: #EEEEEE;
	margin-bottom: 20px;
	padding: 20px;
	line-height: 1.2;
}
.hl-date {
	font-size: 12px;
}
.hl-heading {
	font-size: 16px;
	color: #F15A24;
	font-weight: bold;
}
.hl-heading:hover {
	
	color: #F15A24;
}
.hl-body {
	font-size: 12px;
	font-weight: bold;
}
.jcc-drop {
	z-index: 997;
	position: absolute;
	top: 0;
	left: 0;
}
.jcc-drop button {
	border-radius: 0px;
	background-color: #F15A24;
	border:none;
	color: white;
	width: 250px;
}
.jcc-drop button:hover {
	background-color: silver;
	color: white;
}
.jcc-drop button:active{
	background-color: #F15A24;
	color: white;	
}
.jcc-drop-menu {
	background-color: #F15A24;
}
.jcc-drop-menu li a{
	background-color: #F15A24;
	color: white;
}
.fix-side a{
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 998;
	display: block;
	width: 150px;
	padding: 20px;
	color: white;
	background-color: rgba(241,90,36,0.5);
	text-decoration: none;
}
.fix-side a:hover
{
	background-color: rgba(241,90,36,1);
	text-decoration: none;
}

.fix-side-2 a{
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 998;
	display: block;
	width: 150px;
	padding: 20px;
	color: #F15A24;
	background-color: rgba(255,255,255,0.5);
	text-decoration: none;
}
.fix-side-2 a:hover
{
	background-color: rgba(255,255,255,1);
	text-decoration: none;
}
.school-item-wrap {
	background-color: #EEEEEE;
	padding-bottom: 7px;	
	margin-bottom: 20px;
}
.school-item-body {
	position: relative;
}
.class-name
{
	z-index: 997;
	position: absolute;
	display: block;
	background-color: #F15A24;
	color: white;
	min-width: 200px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 0;
	left: 0;
	font-size: 11px;
}
.class-desc {
	padding: 0 20px 20px 20px;
	px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
	height: 200px;
	overflow: auto;
}
.school-item-btn {
	background-color: #F15A24;

	color: white;
	padding: 9px;
	font-weight: bold;
}
.school-btn-addon {
	padding-left: 15px;   padding-right: 15px;  font-size: 13px;
}
.school-item-btn:hover {
	background-color: silver;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.jcc-btn-primary {
	background-color: #F15A24;
	color: white;
	border-radius: 0px;
	width: 100px;
}
.jcc-form {
	background-color: #EEEEEE;
	padding: 10px 20px;
	color: #F15A24;

}
.form-control {
	border-radius: 0px;
	margin-bottom: 10px;
}

.about-head {
	background-color: #F15A24;
	padding: 30px;
	margin-bottom: 20px;
}

.company-list-wrap {
	padding: 20px;
	padding-top: 50px;
}
.cmp-wrap {
	background-color: #FFFFFF;
	min-height: 70px;
	margin-bottom: 20px;
}
.cmp-head {
	padding: 20px;
}
.cmp-body
{
	background-color: #F15A24;
	min-height: 200px;
	max-height: 200px;
	overflow: auto;
	color: white;
	padding: 20px;
}
.cmp-body a {
	color: white;
	text-decoration: none;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 20px 40px 0px 40px;
  margin-top: 30px;
  background-color: #F15A24;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -5px;
  background-image: none;
  
  
  height: 40px;
  width : 40px;
  margin-top: 60px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: 0px !important;
  background-image: none;
  height: 40px;
  width : 40px;
  margin-top: 60px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 130px
}
/* End carousel */
.thumbnail {
	padding: 0px;
	background-color: none;
	border: none;
	border-radius: 0;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.news-wrap h1{
	color: #F15A24;
}
.full-height {

	height: 100%;
}
.jcc-profile-side-bar {
	background-color: #EEEEEE;
	height: 100%;
	padding: 0px 20px;
	padding-left: 35px;
}
.jcc-profile-side-bar-info {
	background-color: #F15A24;
	color: white;
	padding: 20px;
}
.jcc-profile-side-bar-detail {
	background-color: #EEEEEE;
	padding: 20px;
}
.info-box {
	background-color: white;
	padding: 20px;
	margin-bottom: 10px;
}
.carousel-caption {
	top: 10%;
	text-align: left;
	left: 120px;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}