@charset "utf-8";

/* ============================== */
/* 
	- Title: University Landing Page - mustachethemes
	- Autor: mustachethemes
*/
/* ============================== */

/* .............. Light Color ................ */
h1, h2, h3, h4{
	color:#0187CE;
}

a {
	color:#0187CE;
}

.slider .container .span6.right-form {
	border-top-color: #0187CE;
}

.slider .container .span6.right-form:after {
  border-top: 10px solid #0187CE;
}

.form input.button{
	background-color:#0187CE;
}

.courses .item .btn:hover {
	background: #0187CE;
}

.table-header {
	background-color:#0187CE;
}

.table-button a:hover {
	background-color:#0187CE;
}

.newsletter {
	background-color:#0187CE;
}

.newsletter input.button {
	color:#0187CE;
}
.ch-item:hover {
	box-shadow: 
		inset 0 0 0 100px rgba(85,176,13, 0.7),
		inset 0 0 0 6px rgba(85,176,13,0.9),
		0 1px 2px rgba(85,176,13,0.1);
}

/* .............. Dark Color ................ */
.top { 
	background-color: #00AF84;
}
.form input.button:hover{
	background-color: #00AF84;	
}
.newsletter input.button:hover {
	background-color:#00AF84;
}
footer {
	background:#00AF84;
}
.tooltip-inner {
  color: #00AF84;
}

/* .............. 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/green/social-icons-youtube.png) top center no-repeat;
}

footer ul.social li a.facebook{
	background: url(../../img/green/social-icons-facebook.png) top center no-repeat;
}

footer ul.social li a.twitter{
	background: url(../../img/green/social-icons-twitter.png) top center no-repeat;
}

