/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-a wesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');


/* ==== Fonts ==== */
@font-face
{
	font-family:Myfont;
	src: url('../fonts/bully.ttf');
}
.myfont
{
	font-family:Myfont;
	font-size: 50px;
	color: #229800;
	
}

.headingfont
{
	font-family:Myfont;
	
	
}

.mycolor
{
	color: #229800;
}





#partner {
  background: url("../img/partners/partner_bg.png") 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
  padding:100px;
}

#partner h2 {
  color: #fff;
  font-size:30px;
  font-weight:600;
}

#partner p {
  color: #fff;
  font-size:20px;
  
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

.partners ul li a img {
	margin-top:50px;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 6px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}





