nav {
padding: 0.825rem 0;
}
#first-block {
text-align:center;
padding:3.5em 0;
}
footer {
background:#111;
color: #fff;
padding:3.5em 0;
}

/* sticky footer css */
html {
height: 100%;
overflow: hidden-x;
}
 
body {
height: 100%;
background: #534E39 url(../img/bg.jpg) center center/cover no-repeat fixed;
overflow: scroll-y;
}

.black h3{
	color:#000;
}
	
.ultimo-epi{
width: 100%;
border:5px outset #222;
/*-webkit-box-shadow: 9px 10px 0px 1px rgba(0,0,0,1);
-moz-box-shadow: 9px 10px 0px 1px rgba(0,0,0,1);
box-shadow: 9px 10px 0px 1px rgba(0,0,0,1);*/
}
 
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
} 
 
.with-sticky-footer {
display: table;
height: 100%;
table-layout: fixed;
width: 100%; 
}
 
.sticky-footer {
display: table-row;
height: 1px;
} 

.hide-m {
	display: none !important;
}
@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
  
@media screen and (max-width: 480px) {
  .right {
  float:none;
  }
  .hide-m {
	display: initial !important;
}
}