@charset "utf-8";
/* CSS Document */

@import url('/font/stylesheet.css');
@import url('http://fonts.googleapis.com/css?family=PT+Sans');
body > section {
    padding: 150px 0;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}

#services {
    background: url(/images/services/bg_services.jpg);
    background-size: cover;
    margin-top: 40px;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}
.lead{
  font-family: 'OpenSans';
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}




@media (max-width:767px)
{


}
@media (max-width: 425px)
{


}

@media (min-width: 320px)
{
		

}
@media (min-width: 426px) and (max-width:768px)
{
 
	
}
@media (max-width: 1199px) and (min-width: 1023px)
{

}