.lush-slider {
  position: relative;
  margin: 0 auto;
  /*max-width: 1400px;*/
  min-width: 400px;
}

.lush-slider img {
  max-width: none;
}

h1, h2, h3, h4 {
    font-family: Arial;
    font-weight: bold;
}

h1.rotator { font-size: 65px ; padding: 8px 16px; line-height: 75px; } 
h2 { font-size: 25px; padding: 4px 8px; line-height: 35px;  }
h3 { font-size: 20px; padding: 3px 6px; line-height: 30px;  }

/* demo: used to load features content */
#feat {
	margin: 60px 0;
}
    .t-white {
  color: #010a89;
  font-style:normal !important;
  font-weight: bold;
}       
.t-white-2 {
  color: #010a89;
  font-style:normal !important;
  font-weight: bold;
  background: #ffffff;
}

.t-red {
  background: #f05c58;
  color: white;
  text-align: center;
}

.t-orange {
  background: #ff9900;
  color: #ffffff;
  font-weight: bold
}
a.t-orange:hover {
	background: #ff8a00;
	color: #ffffff;
}
.t-blue {
  background: #009ede;
  color: #ffffff;
}

.t-yellow {
  background: #face0d;
  color: #eee;
}

.t-yellow-b {
  color: #face0d;
}

.t-white-b {
  color: #fff;
  font-size: 38px;
}

.rounded {
  border-radius: 5px;
}
.green-bg-flat a, .green-bg-flat:hover a {
	color: #ffffff !important;
}
.green-bg-flat:hover {
	color: #ffffff;
	background-color:#51a351 !important;
}

.bg-black {
  background: rgba(0,0,0,0.5);
}

#demo-box {
  max-height: 450px;
  margin: 0 auto;
  background: white;
  font-size: 20px;
}

#demo-basic {
  max-height: 300px;
  margin: 0 auto;
  background: white;
  font-size: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 8px solid #FFD784;
}

#effect-preview-block {
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 0 10px 10px 10px;
  height: 300px;
  width: 748px;
  padding: 10px;
}
#effect-preview-block.affix {
	top: 30px;
}

#effect-preview-block > .lush-slider {
	height: 100%;
	background: #1e6696;
}

#demo-effect-block {
  background: #51ABDF;
  border-bottom: 1px solid #4CAEF5;
  border-radius: 5px 5px 5px 5px;
  color: white;
  font-size: 23px;
  font-weight: bold;
  height: 20px;
  left: 40%;
  padding: 20px 10px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 120px;
  line-height: 20px;
}


.effect-list {
	margin-left: 40px;
	list-style-type: decimal;
}

.effect-list li {
	padding-left: 30px;
}

.effect-list li a {
	background-color: white;
	margin-left: -70px;
	padding-left: 40px;
}
.school-logos  {
        width: 7.5%;
		height: auto
}
.globe {
		width: 20%;
		height: auto
	}
@-moz-document url-prefix() {
    .school-logos  {
        width: 11% !important;
		height: 22% !important
    }
	.globe {
		width: 23% !important;
		height: 73% !important;
	}
}
@media (max-width:1200px) { 
	.school-logos  {
        width: 8% !important;
		height: auto !important
}
.globe {
		width: 20%;
		height: auto
	}
}
@media (min-width:1600px) { 
	.school-logos  {
        width: 11% !important;
		height: auto !important
}
.globe {
		width: 20%;
		height: auto
	}
}
@media (min-width:768px) and (max-width:979px) { 
	.school-logos  {
        width: 10% !important;
		height: auto !important
}
.globe {
		width: 20%;
		height: auto
	}
}
@media (min-width:768px) and (max-width:979px) { 
	h1.rotator { font-size: 70px ; padding: 8px 16px; line-height: 90px; } 
}