#title-block , #first-block, #second-block, #third-block, #fourth-block {
text-align:center;
padding:3.5em 0;
}
#carousel {
text-align:center;
background:#e5e5e5;
}
#title-block {
background:#E6E6E6;
text-align:left;
}
#first-block {
background:#fff;
}
#second-block {
background:#e5e5e5;
}
#third-block {
background:#fff;
}
#fourth-block {
background:#e5e5e5;
}
#clear {
clear: both; 
height:20px;
}
footer {
background:#fff;
padding:3.5em 0;
}
footer a:link {
    color: #A5CD39;
}
footer a:hover
{
	font-weight:bold;
}
.mitza-link
{
	color: #A5CD39;
}
@media screen and (max-width: 800px) {
  .right {
  float:none;
  }
}