#first-block, #second-block, #third-block, #fourth-block {
text-align:left;
padding:3em 0 0em 0;

}
#sixth-block {
text-align:left;
padding:0;

}

#carousel {
text-align:center;
color:#FFF;

}


#first-block {
background:#fff;

}
#second-block {
background:#fff;
}
#third-block {
background:#fff;
}
#fourth-block {
background:#fff;
}

#sixth-block {
background: url(../images/wave.jpg) repeat-x;
}

footer {
background:#013e50;
padding:1.8em 0;

}

footer a{
background:#013e50;
padding:0;
color: #FFF;

}

footer a:hover{
background:#013e50;
padding:0;
color: #000;

}

@media screen and (max-width: 800px) {
  .right {
  float:none;
  }
}

@media screen and (max-width: 480px) {
	#first-block, #second-block, #third-block, #fourth-block {
text-align:left;
padding:0em 0;
}

}