body{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.header{
  height:auto;
  position:static;
  box-shadow: none;
}
.header ul, .headerspace{
  display:none;
}

.header h1{
  float:none;
  text-align:center;
}

.about{
  padding: 30px 0;
}

.half{
  float:none;
  width:100%;
}
.half+.half{
  margin-left:0;
  margin-top:40px;
}

#clients{
  padding: 30px 0;
}

#clients img{
  display:block;
  float:left;
  width: 32%;
  margin-right:2%;
  margin-bottom:15px;
}
#clients a:nth-child(6n+6) img{
  margin-right:2%;
}
#clients a:nth-child(3n+3) img{
  margin-right:0;
}

#workowl .owl-prev, #workowl .owl-next{
  display:none;
}

#work{
  padding:0;
  background-color:#FFF;
}
#work .container{
  width:100%;
}

.footer{
  text-align:center;
}
.footer .right{
  float:none;
}
