@charset "utf-8";

/* ============================== */
/* 
	- Title: University Landing Page - mustachethemes
	- Autor: mustachethemes
*/
/* ============================== */

/* .............. Light Color ................ */
h1, h2, h3, h4{
	color:#051b33;
}

a {
	color:#051b33;
}

.slider .container .span6.offset6 {
	border-top: solid 2px #051b33;
}

.slider .container .span6.offset6:after {
  border-top: 10px solid #051b33;
}

.form input.button{
	background-color:#051b33;
}

.courses .item .btn:hover {
	background: #051b33;
}

.table-header {
	background-color:#051b33;
}

.table-button a:hover {
	background-color:#051b33;
}

.newsletter {
	background-color:#051b33;
}

.newsletter input.button {
	color:#051b33;
}
.ch-item:hover {
  box-shadow: 0 0 0 100px rgba(1, 0, 2, 0.79) inset, 0 0 0 6px rgba(1, 15, 31, 0.9) inset, 0 1px 2px rgba(85, 176, 13, 0.1);
}

/* .............. Dark Color ................ */
.top {
  background-color: #051b33;
}
.form input.button:hover{
	background-color: #035501;	
}
.newsletter input.button:hover {
	background-color:#035501;
}
footer {
	background:#010f1f;
}
.tooltip-inner {
  color: #035501;
}

/* .............. Images with color ................ */

.info h3.iconbestcity {
	background: url(../../img/green/icon-bestcity.png) 0 0 no-repeat;
}
.info h3.iconworldwide {
	background: url(../../img/green/icon-worldwide.png) 0 0 no-repeat;
}
.info h3.iconcommunity {
	background: url(../../img/green/icon-community.png) 0 0 no-repeat;
}
.info h3.iconfacilities {
	background: url(../../img/green/icon-facilities.png) 0 0 no-repeat;
}



a.navi-left{
	background: url(../../img/green/navi.png) no-repeat;
}
.navi-right{
	background: url(../../img/green/navi.png) no-repeat;
}



footer ul.social li a.linkedin{
	background: url(../../img/green/social-icons-linkedin.png) top center no-repeat;
}

footer ul.social li a.youtube{
	background: url(../img/social-icons-youtube.png) top center no-repeat;
}

footer ul.social li a.facebook{
	background: url(../img/social-icons-facebook.png) top center no-repeat;
}

footer ul.social li a.twitter{
	background: url(../img/social-icons-twitter.png) top center no-repeat;
}
.footer_priv {
  color: #fff;
  display: block;
  font-family: tahoma;
  font-size: 11px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  width: 45%;
}
.footer_priv > a {
  color: #fff;
  font-weight: bold;
}