@charset "utf-8";

/* ============================== */
/* 
	- Title: University Landing Page - mustachethemes
	- Autor: mustachethemes
*/
/* ============================== */

/* .............. Light Color ................ */
h1, h2, h3, h4{
	color:#016ac1;
}

a {
	color:#016ac1;
}

.slider .container .span6.right-form {
	border-top-color:#016ac1;
}

.slider .container .span6.right-form:after {
  border-top: 10px solid #016ac1;
}

.form input.button{
	background-color:#016ac1;
}

.courses .item .btn:hover {
	background: #016ac1;
}

.table-header {
	background-color:#016ac1;
}

.table-button a:hover {
	background-color:#016ac1;
}

.newsletter {
	background-color:#016ac1;
}

.newsletter input.button {
	color:#016ac1;
}
.ch-item:hover {
	box-shadow: 
		inset 0 0 0 100px rgba(1,106,193, 0.7),
		inset 0 0 0 6px rgba(1,106,193,0.9),
		0 1px 2px rgba(1,106,193,0.1);
}

/* .............. Dark Color ................ */
.top { 
	background-color: #002157;
}
.form input.button:hover{
	background-color: #002157;	
}
.newsletter input.button:hover {
	background-color:#002157;
}
footer {
	background:#002157;
}
.tooltip-inner {
  color: #002157;
}

/* .............. Images with color ................ */

.info h3.iconbestcity {
	background: url(../../img/blue/icon-bestcity.png) 0 0 no-repeat;
}
.info h3.iconworldwide {
	background: url(../../img/blue/icon-worldwide.png) 0 0 no-repeat;
}
.info h3.iconcommunity {
	background: url(../../img/blue/icon-community.png) 0 0 no-repeat;
}
.info h3.iconfacilities {
	background: url(../../img/blue/icon-facilities.png) 0 0 no-repeat;
}



a.navi-left{
	background: url(../../img/blue/navi.png) no-repeat;
}
.navi-right{
	background: url(../../img/blue/navi.png) no-repeat;
}



footer ul.social li a.linkedin{
	background: url(../../img/blue/social-icons-linkedin.png) top center no-repeat;
}

footer ul.social li a.googleplus{
	background: url(../../img/blue/social-icons-googleplus.png) top center no-repeat;
}

footer ul.social li a.youtube{
	background: url(../../img/blue/social-icons-youtube.png) top center no-repeat;
}

footer ul.social li a.facebook{
	background: url(../../img/blue/social-icons-facebook.png) top center no-repeat;
}

footer ul.social li a.twitter{
	background: url(../../img/blue/social-icons-twitter.png) top center no-repeat;
}

