#first-block {
text-align:center;
padding:3.5em 0;
}
footer {
padding:3.5em 0;
background-color:#933131;
color:white;
font-size:16px;
}
footer a:link, a:visited
{
color:white;
}
footer a:hover
{
color:white;
font-weight:bold;
text-decoration:underline;
}
/* sticky footer css */
html {
height: 100%;
overflow: hidden;
}
 
body {
height: 100%;
overflow: scroll;
}
.taxi
{
background-color:#C03939;
color:white;
}
.with-sticky-footer {
display: table;
height: 100%;
table-layout: fixed;
width: 100%; 
}
 
.sticky-footer {
display: table-row;
height: 1px;

} 
#mitza {
background-color:white;
        filter: alpha(opacity=40);
        opacity: 0.4;
        z-index: 10000;
		width:auto;
		border-radius:25px;
		font-weight:bold;
}
.taxi a
{
text-decoration:underline;	
}
.taxi a:hover
{
font-weight:bold;
text-decoration:underline;	
}
@media screen and (max-width: 800px) {
  .right {
  float:none;
  }
}