
.bg-grey{
	background-color:#f9f9f9;
}
.bg-overlay {
    width: 100%;
	height: 100%;
	background-color: #292c2f;
	background-size: cover;
}
  
	.bg-before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
		opacity: .6; 
  }

ul.nav li.intesta {
 background-color:black;
 color:white;
 text-align:center;
}

.text-justify {
  text-align: justify;
}
.text-centered {
  text-align: center;
}
.footer-my{
	background-color:#292c2f;
  text-align: center;
  height: 130px;
}
.footer-my p{
  word-wrap: break-word;
}
.footer-my a {
  color: #70726F;
  font-size: 15px;
  padding: 10px;
  border-right: 0px solid #70726F;
  transition: all .5s ease;
}
.footer-my a:first-child {
  border-left: 0px solid #70726F;
}
.footer-my a:hover {
  color: white;
}
.altmin{
  height: 150px;
}

h4{
  border-radius: 6px;
}




.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mytable{
  width:100%;
  overflow-x: auto;
  overflow-y: hidden;
}